#FFB5DC

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

Shades of Cotton Candy #FFB5DC

Tints of Cotton Candy #FFB5DC

Color information

#FFB5DC (or 0xFFB5DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and DC. RGB value is (255,181,220). Sum of RGB (Red+Green+Blue) = 255+181+220=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DC is #004A23. Grayscale: #CFCFCF. Windows color (decimal): -18980 or 14464511. OLE color: 14464511.

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

Color convert

RGB255181220-
CMYK00.290.140
HSL328.38º100%85.49%-
HSV(B)328.38º29.02%100%-
XYZ70.6859.4875.46-
YUV207.57135.02161.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 181 (71.09% from 255) = 27.59%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=38.87%
G=27.59%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518122000.290.140328.3810085.49
HexFFB5DC01DE01486455
Octal377265334035160510144125
Binary1111111110110101110111000111011110010100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5DC; }

 p { color: rgb(255,181,220); }

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

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

 a { background-color: rgb(255,181,220); }

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

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

 span { border-color: rgb(255,181,220); }

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