#FFB8D4

Color #FFB8D4 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FFB8D4

Tints of Cotton Candy #FFB8D4

Color information

#FFB8D4 (or 0xFFB8D4) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and D4. RGB value is (255,184,212). Sum of RGB (Red+Green+Blue) = 255+184+212=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D4 is #00472B. Grayscale: #D0D0D0. Windows color (decimal): -18220 or 13940991. OLE color: 13940991.

HSL color Cylindrical-coordinate representation of color #FFB8D4: hue angle of 336.34º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8D4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255184212-
CMYK00.280.170
HSL336.34º100%86.08%-
HSV(B)336.34º27.84%100%-
XYZ70.2660.2970.22-
YUV208.42130.02161.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 184 (72.27% from 255) = 28.26%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=39.17%
G=28.26%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518421200.280.170336.3410086.08
HexFFB8D401C1101506456
Octal377270324034210520144126
Binary11111111101110001101010001110010001010101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8D4; }

 p { color: rgb(255,184,212); }

 H1.HeaderClassName
 {
   color: #FFB8D4;
 }
 .AnyTagClassName
 {
   color: #FFB8D4;
 }
</style>
background-color css

<style>
 a { background-color: #FFB8D4; }

 a { background-color: rgb(255,184,212); }

 div.DivClassName
 {
   background-color: #FFB8D4;
 }
 .BgClassName
 {
   background-color: #FFB8D4;
 }
</style>
border-color css

<style>
 span { border-color: #FFB8D4; }

 span { border-color: rgb(255,184,212); }

 td.TdClassName
 {
   border-color: #FFB8D4;
 }
 .TagClassName
 {
   border-color: #FFB8D4;
 }
</style>