#FFB8D2

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

Shades of Cotton Candy #FFB8D2

Tints of Cotton Candy #FFB8D2

Color information

#FFB8D2 (or 0xFFB8D2) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and D2. RGB value is (255,184,210). Sum of RGB (Red+Green+Blue) = 255+184+210=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D2 is #00472D. Grayscale: #D0D0D0. Windows color (decimal): -18222 or 13809919. OLE color: 13809919.

HSL color Cylindrical-coordinate representation of color #FFB8D2: hue angle of 338.03º 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 #FFB8D2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255184210-
CMYK00.280.180
HSL338.03º100%86.08%-
HSV(B)338.03º27.84%100%-
XYZ70.0160.1968.9-
YUV208.19129.02161.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 184 (72.27% from 255) = 28.35%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=39.29%
G=28.35%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518421000.280.180338.0310086.08
HexFFB8D201C1201526456
Octal377270322034220522144126
Binary11111111101110001101001001110010010010101001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8D2; }

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

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

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

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

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

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

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

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