Html Css Color HEX #FAB9DC Cotton Candy

📋 copy color: '#FAB9DC'

red 250 ◦ green 185 ◦ blue 220

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

Shades of Cotton Candy #FAB9DC

Tints of Cotton Candy #FAB9DC

RGB

 RED value IS 250 (98.05% from 255) = 38.17%

 GREEN value IS 185 (72.66% from 255) = 28.24%

 BLUE value IS 220 (86.33% from 255) = 33.59%

R = 38.17%
G = 28.24%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB9DC (or 0xFAB9DC) is known color: Cotton Candy. HEX triplet: FA, B9 and DC. RGB value is (250,185,220). Sum of RGB (Red+Green+Blue) = 250+185+220=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DC is #054623. Grayscale: #D0D0D0. Windows color (decimal): -345636 or 14465530. OLE color: 14465530.

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

Color convert

RGB 250 185 220 -
CMYK 0 0.26 0.12 0.02
HSL 327.69º 0.87% 0.85% -
HSV(B) 327.69º 0.26% 0.98% -
XYZ 69.69 60.19 75.65 -
YUV 208.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 250 185 220 0 0.26 0.12 0.02 327.69 0.87 0.85
Hex FA B9 DC 0 1A C 2 148 57 55
Octal 372 271 334 0 32 14 2 510 127 125
Binary 11111010 10111001 11011100 0 11010 1100 10 101001000 1010111 1010101

Color Harmonies of #FAB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9DC

Black with #FAB9DC

Text Example


Text Example

White with #FAB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9DC; }

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

 H1.HeaderClassName
 {
   color: #FAB9DC;
 }
 .AnyTagClassName
 {
   color: #FAB9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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