#FDBFDC

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

Shades of Cotton Candy #FDBFDC

Tints of Cotton Candy #FDBFDC

Color information

#FDBFDC (or 0xFDBFDC) is unknown color: approx Cotton Candy. HEX triplet: FD, BF and DC. RGB value is (253,191,220). Sum of RGB (Red+Green+Blue) = 253+191+220=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFDC is #024023. Grayscale: #D4D4D4. Windows color (decimal): -147492 or 14467069. OLE color: 14467069.

HSL color Cylindrical-coordinate representation of color #FDBFDC: hue angle of 331.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253191220-
CMYK00.250.130.01
HSL331.94º93.94%87.06%-
HSV(B)331.94º24.51%99.22%-
XYZ72.0663.3176.13-
YUV212.84132.04156.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=38.10%
G=28.77%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319122000.250.130.01331.9493.9487.06
HexFDBFDC019D114c5e57
Octal375277334031151514136127
Binary1111110110111111110111000110011101110100110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFDC; }

 p { color: rgb(253,191,220); }

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

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

 a { background-color: rgb(253,191,220); }

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

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

 span { border-color: rgb(253,191,220); }

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