#FDBFDA

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

Shades of Cotton Candy #FDBFDA

Tints of Cotton Candy #FDBFDA

Color information

#FDBFDA (or 0xFDBFDA) is unknown color: approx Cotton Candy. HEX triplet: FD, BF and DA. RGB value is (253,191,218). Sum of RGB (Red+Green+Blue) = 253+191+218=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFDA is #024025. Grayscale: #D4D4D4. Windows color (decimal): -147494 or 14335997. OLE color: 14335997.

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

Color convert

RGB253191218-
CMYK00.250.140.01
HSL333.87º93.94%87.06%-
HSV(B)333.87º24.51%99.22%-
XYZ71.7963.2174.75-
YUV212.62131.04156.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=38.22%
G=28.85%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319121800.250.140.01333.8793.9487.06
HexFDBFDA019E114e5e57
Octal375277332031161516136127
Binary1111110110111111110110100110011110110100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFDA; }

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

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

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

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

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

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

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

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