Html Css Color HEX #FAB5D4 Cotton Candy

📋 copy color: '#FAB5D4'

red 250 ◦ green 181 ◦ blue 212

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

Shades of Cotton Candy #FAB5D4

Tints of Cotton Candy #FAB5D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.97%

R = 38.88%
G = 28.15%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAB5D4 (or 0xFAB5D4) is known color: Cotton Candy. HEX triplet: FA, B5 and D4. RGB value is (250,181,212). Sum of RGB (Red+Green+Blue) = 250+181+212=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5D4 is #054A2B. Grayscale: #CDCDCD. Windows color (decimal): -346668 or 13940218. OLE color: 13940218.

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

Color convert

RGB 250 181 212 -
CMYK 0 0.28 0.15 0.02
HSL 333.04º 0.87% 0.85% -
HSV(B) 333.04º 0.28% 0.98% -
XYZ 67.83 58.13 69.93 -
YUV 205.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 250 181 212 0 0.28 0.15 0.02 333.04 0.87 0.85
Hex FA B5 D4 0 1C F 2 14D 57 55
Octal 372 265 324 0 34 17 2 515 127 125
Binary 11111010 10110101 11010100 0 11100 1111 10 101001101 1010111 1010101

Color Harmonies of #FAB5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5D4

Black with #FAB5D4

Text Example


Text Example

White with #FAB5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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