#FAB9D0

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

Shades of Cotton Candy #FAB9D0

Tints of Cotton Candy #FAB9D0

Color information

#FAB9D0 (or 0xFAB9D0) is unknown color: approx Cotton Candy. HEX triplet: FA, B9 and D0. RGB value is (250,185,208). Sum of RGB (Red+Green+Blue) = 250+185+208=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9D0 is #05462F. Grayscale: #CFCFCF. Windows color (decimal): -345648 or 13679098. OLE color: 13679098.

HSL color Cylindrical-coordinate representation of color #FAB9D0: hue angle of 338.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB9D0 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250185208-
CMYK00.260.170.02
HSL338.77º86.67%85.29%-
HSV(B)338.77º26%98.04%-
XYZ68.1659.5867.58-
YUV207.06128.53158.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=38.88%
G=28.77%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018520800.260.170.02338.7786.6785.29
HexFAB9D001A1121535755
Octal372271320032212523127125
Binary111110101011100111010000011010100011010101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9D0; }

 p { color: rgb(250,185,208); }

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

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

 a { background-color: rgb(250,185,208); }

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

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

 span { border-color: rgb(250,185,208); }

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