Html Css Color HEX #FAB9DA Cotton Candy

📋 copy color: '#FAB9DA'

red 250 ◦ green 185 ◦ blue 218

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

Shades of Cotton Candy #FAB9DA

Tints of Cotton Candy #FAB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 38.28%
G = 28.33%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAB9DA (or 0xFAB9DA) is known color: Cotton Candy. HEX triplet: FA, B9 and DA. RGB value is (250,185,218). Sum of RGB (Red+Green+Blue) = 250+185+218=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DA is #054625. Grayscale: #D0D0D0. Windows color (decimal): -345638 or 14334458. OLE color: 14334458.

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

Color convert

RGB 250 185 218 -
CMYK 0 0.26 0.13 0.02
HSL 329.54º 0.87% 0.85% -
HSV(B) 329.54º 0.26% 0.98% -
XYZ 69.43 60.08 74.27 -
YUV 208.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 250 185 218 0 0.26 0.13 0.02 329.54 0.87 0.85
Hex FA B9 DA 0 1A D 2 14A 57 55
Octal 372 271 332 0 32 15 2 512 127 125
Binary 11111010 10111001 11011010 0 11010 1101 10 101001010 1010111 1010101

Color Harmonies of #FAB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9DA

Black with #FAB9DA

Text Example


Text Example

White with #FAB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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