Html Css Color HEX #FAB5D1 Cotton Candy

📋 copy color: '#FAB5D1'

red 250 ◦ green 181 ◦ blue 209

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

Shades of Cotton Candy #FAB5D1

Tints of Cotton Candy #FAB5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.28%

 BLUE value IS 209 (82.03% from 255) = 32.66%

R = 39.06%
G = 28.28%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB5D1 (or 0xFAB5D1) is known color: Cotton Candy. HEX triplet: FA, B5 and D1. RGB value is (250,181,209). Sum of RGB (Red+Green+Blue) = 250+181+209=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5D1 is #054A2E. Grayscale: #CCCCCC. Windows color (decimal): -346671 or 13743610. OLE color: 13743610.

HSL color Cylindrical-coordinate representation of color #FAB5D1: hue angle of 335.65º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5D1 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 209 -
CMYK 0 0.28 0.16 0.02
HSL 335.65º 0.87% 0.85% -
HSV(B) 335.65º 0.28% 0.98% -
XYZ 67.46 57.98 67.96 -
YUV 204.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 250 181 209 0 0.28 0.16 0.02 335.65 0.87 0.85
Hex FA B5 D1 0 1C 10 2 150 57 55
Octal 372 265 321 0 34 20 2 520 127 125
Binary 11111010 10110101 11010001 0 11100 10000 10 101010000 1010111 1010101

Color Harmonies of #FAB5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5D1

Black with #FAB5D1

Text Example


Text Example

White with #FAB5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5D1; }

 p { color: rgb(250,181,209); }

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

background-color css

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

 a { background-color: rgb(250,181,209); }

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

border-color css

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

 span { border-color: rgb(250,181,209); }

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