#FAB4CD

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

Shades of Cotton Candy #FAB4CD

Tints of Cotton Candy #FAB4CD

Color information

#FAB4CD (or 0xFAB4CD) is unknown color: approx Cotton Candy. HEX triplet: FA, B4 and CD. RGB value is (250,180,205). Sum of RGB (Red+Green+Blue) = 250+180+205=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4CD is #054B32. Grayscale: #CBCBCB. Windows color (decimal): -346931 or 13481210. OLE color: 13481210.

HSL color Cylindrical-coordinate representation of color #FAB4CD: hue angle of 338.57º 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 #FAB4CD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250180205-
CMYK00.280.180.02
HSL338.57º87.5%84.31%-
HSV(B)338.57º28%98.04%-
XYZ66.7757.3765.31-
YUV203.78128.69160.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=39.37%
G=28.35%
B=32.28%

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
Decimal25018020500.280.180.02338.5787.584.31
HexFAB4CD01C1221535854
Octal372264315034222523130124
Binary111110101011010011001101011100100101010101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4CD; }

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

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

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

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

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

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

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

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