#FAB4CF

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

Shades of Cotton Candy #FAB4CF

Tints of Cotton Candy #FAB4CF

Color information

#FAB4CF (or 0xFAB4CF) is unknown color: approx Cotton Candy. HEX triplet: FA, B4 and CF. RGB value is (250,180,207). Sum of RGB (Red+Green+Blue) = 250+180+207=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4CF is #054B30. Grayscale: #CBCBCB. Windows color (decimal): -346929 or 13612282. OLE color: 13612282.

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

Color convert

RGB250180207-
CMYK00.280.170.02
HSL336.86º87.5%84.31%-
HSV(B)336.86º28%98.04%-
XYZ67.0157.4766.59-
YUV204.01129.69160.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 180 (70.70% from 255) = 28.26%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=39.25%
G=28.26%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018020700.280.170.02336.8687.584.31
HexFAB4CF01C1121515854
Octal372264317034212521130124
Binary111110101011010011001111011100100011010101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4CF; }

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

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

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

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

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

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

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

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