#FDB3CF

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

Shades of Cotton Candy #FDB3CF

Tints of Cotton Candy #FDB3CF

Color information

#FDB3CF (or 0xFDB3CF) is unknown color: approx Cotton Candy. HEX triplet: FD, B3 and CF. RGB value is (253,179,207). Sum of RGB (Red+Green+Blue) = 253+179+207=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3CF is #024C30. Grayscale: #CCCCCC. Windows color (decimal): -150577 or 13612029. OLE color: 13612029.

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

Color convert

RGB253179207-
CMYK00.290.180.01
HSL337.3º94.87%84.71%-
HSV(B)337.3º29.25%99.22%-
XYZ67.8957.6366.58-
YUV204.32129.52162.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 179 (70.31% from 255) = 28.01%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=39.59%
G=28.01%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317920700.290.180.01337.394.8784.71
HexFDB3CF01D1211515f55
Octal375263317035221521137125
Binary11111101101100111100111101110110010110101000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3CF; }

 p { color: rgb(253,179,207); }

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

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

 a { background-color: rgb(253,179,207); }

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

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

 span { border-color: rgb(253,179,207); }

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