Html Css Color HEX #FAB6DC Cotton Candy

📋 copy color: '#FAB6DC'

red 250 ◦ green 182 ◦ blue 220

#FAB6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #FAB6DC

Tints of Cotton Candy #FAB6DC

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 value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB6DC (or 0xFAB6DC) is known color: 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

RGB 250 182 220 -
CMYK 0 0.27 0.12 0.02
HSL 326.47º 0.87% 0.85% -
HSV(B) 326.47º 0.27% 0.98% -
XYZ 69.07 58.95 75.45 -
YUV 206.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 250 182 220 0 0.27 0.12 0.02 326.47 0.87 0.85
Hex FA B6 DC 0 1B C 2 146 57 55
Octal 372 266 334 0 33 14 2 506 127 125
Binary 11111010 10110110 11011100 0 11011 1100 10 101000110 1010111 1010101

Color Harmonies of #FAB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6DC

Black with #FAB6DC

Text Example


Text Example

White with #FAB6DC

Text Example


Text Example

HTML Codes & Css Web 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>