#FFB4DC

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

Shades of Cotton Candy #FFB4DC

Tints of Cotton Candy #FFB4DC

Color information

#FFB4DC (or 0xFFB4DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and DC. RGB value is (255,180,220). Sum of RGB (Red+Green+Blue) = 255+180+220=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DC is #004B23. Grayscale: #CECECE. Windows color (decimal): -19236 or 14464255. OLE color: 14464255.

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

Color convert

RGB255180220-
CMYK00.290.140
HSL328º100%85.29%-
HSV(B)328º29.41%100%-
XYZ70.4859.0775.4-
YUV206.98135.35162.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=38.93%
G=27.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518022000.290.14032810085.29
HexFFB4DC01DE01486455
Octal377264334035160510144125
Binary1111111110110100110111000111011110010100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4DC; }

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

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

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

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

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

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

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

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