Html Css Color HEX #FAB9D2 Cotton Candy

📋 copy color: '#FAB9D2'

red 250 ◦ green 185 ◦ blue 210

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

Shades of Cotton Candy #FAB9D2

Tints of Cotton Candy #FAB9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.56%

R = 38.76%
G = 28.68%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB9D2 (or 0xFAB9D2) is known color: Cotton Candy. HEX triplet: FA, B9 and D2. RGB value is (250,185,210). Sum of RGB (Red+Green+Blue) = 250+185+210=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9D2 is #05462D. Grayscale: #CFCFCF. Windows color (decimal): -345646 or 13810170. OLE color: 13810170.

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

Color convert

RGB 250 185 210 -
CMYK 0 0.26 0.16 0.02
HSL 336.92º 0.87% 0.85% -
HSV(B) 336.92º 0.26% 0.98% -
XYZ 68.41 59.68 68.89 -
YUV 207.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 250 185 210 0 0.26 0.16 0.02 336.92 0.87 0.85
Hex FA B9 D2 0 1A 10 2 151 57 55
Octal 372 271 322 0 32 20 2 521 127 125
Binary 11111010 10111001 11010010 0 11010 10000 10 101010001 1010111 1010101

Color Harmonies of #FAB9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9D2

Black with #FAB9D2

Text Example


Text Example

White with #FAB9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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