#FAB6DC

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

Shades of Cotton Candy #FAB6DC

Tints of Cotton Candy #FAB6DC

Color information

#FAB6DC (or 0xFAB6DC) is unknown color: approx Cotton Candy. HEX triplet: FA, B6 and DC. RGB value is (250,182,220). Sum of RGB (Red+Green+Blue) = 250+182+220=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6DC is #054923. Grayscale: #CECECE. Windows color (decimal): -346404 or 14464762. OLE color: 14464762.

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

Color convert

RGB250182220-
CMYK00.270.120.02
HSL326.47º87.18%84.71%-
HSV(B)326.47º27.2%98.04%-
XYZ69.0758.9575.45-
YUV206.66135.53158.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=38.34%
G=27.91%
B=33.74%

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
Decimal25018222000.270.120.02326.4787.1884.71
HexFAB6DC01BC21465755
Octal372266334033142506127125
Binary11111010101101101101110001101111001010100011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6DC; }

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

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

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

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

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

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

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

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