#FFB8D1

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

Shades of Cotton Candy #FFB8D1

Tints of Cotton Candy #FFB8D1

Color information

#FFB8D1 (or 0xFFB8D1) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and D1. RGB value is (255,184,209). Sum of RGB (Red+Green+Blue) = 255+184+209=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D1 is #00472E. Grayscale: #D0D0D0. Windows color (decimal): -18223 or 13744383. OLE color: 13744383.

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

Color convert

RGB255184209-
CMYK00.280.180
HSL338.87º100%86.08%-
HSV(B)338.87º27.84%100%-
XYZ69.8960.1468.25-
YUV208.08128.52161.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 184 (72.27% from 255) = 28.40%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=39.35%
G=28.40%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518420900.280.180338.8710086.08
HexFFB8D101C1201536456
Octal377270321034220523144126
Binary11111111101110001101000101110010010010101001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8D1; }

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

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

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

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

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

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

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

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