#FAB7DC

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

Shades of Cotton Candy #FAB7DC

Tints of Cotton Candy #FAB7DC

Color information

#FAB7DC (or 0xFAB7DC) is unknown color: approx Cotton Candy. HEX triplet: FA, B7 and DC. RGB value is (250,183,220). Sum of RGB (Red+Green+Blue) = 250+183+220=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DC is #054823. Grayscale: #CFCFCF. Windows color (decimal): -346148 or 14465018. OLE color: 14465018.

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

Color convert

RGB250183220-
CMYK00.270.120.02
HSL326.87º87.01%84.9%-
HSV(B)326.87º26.8%98.04%-
XYZ69.2859.3675.52-
YUV207.25135.2158.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 183 (71.88% from 255) = 28.02%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=38.28%
G=28.02%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018322000.270.120.02326.8787.0184.9
HexFAB7DC01BC21475755
Octal372267334033142507127125
Binary11111010101101111101110001101111001010100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7DC; }

 p { color: rgb(250,183,220); }

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

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

 a { background-color: rgb(250,183,220); }

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

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

 span { border-color: rgb(250,183,220); }

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