#FAB3CD

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

Shades of Cotton Candy #FAB3CD

Tints of Cotton Candy #FAB3CD

Color information

#FAB3CD (or 0xFAB3CD) is unknown color: approx Cotton Candy. HEX triplet: FA, B3 and CD. RGB value is (250,179,205). Sum of RGB (Red+Green+Blue) = 250+179+205=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CD is #054C32. Grayscale: #CBCBCB. Windows color (decimal): -347187 or 13480954. OLE color: 13480954.

HSL color Cylindrical-coordinate representation of color #FAB3CD: hue angle of 338.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3CD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250179205-
CMYK00.280.180.02
HSL338.03º87.65%84.12%-
HSV(B)338.03º28.4%98.04%-
XYZ66.5656.9765.25-
YUV203.19129.02161.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=39.43%
G=28.23%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017920500.280.180.02338.0387.6584.12
HexFAB3CD01C1221525854
Octal372263315034222522130124
Binary111110101011001111001101011100100101010101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3CD; }

 p { color: rgb(250,179,205); }

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

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

 a { background-color: rgb(250,179,205); }

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

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

 span { border-color: rgb(250,179,205); }

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