Html Css Color HEX #FAB0C9 Cupid

📋 copy color: '#FAB0C9'

red 250 ◦ green 176 ◦ blue 201

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

Shades of Cupid #FAB0C9

Tints of Cupid #FAB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 39.87%
G = 28.07%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAB0C9 (or 0xFAB0C9) is known color: Cupid. HEX triplet: FA, B0 and C9. RGB value is (250,176,201). Sum of RGB (Red+Green+Blue) = 250+176+201=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C9 is #054F36. Grayscale: #C8C8C8. Windows color (decimal): -347959 or 13218042. OLE color: 13218042.

HSL color Cylindrical-coordinate representation of color #FAB0C9: hue angle of 339.73º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0C9 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 201 -
CMYK 0 0.30 0.20 0.02
HSL 339.73º 0.88% 0.84% -
HSV(B) 339.73º 0.3% 0.98% -
XYZ 65.49 55.59 62.54 -
YUV 200.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 250 176 201 0 0.30 0.20 0.02 339.73 0.88 0.84
Hex FA B0 C9 0 1E 14 2 154 58 54
Octal 372 260 311 0 36 24 2 524 130 124
Binary 11111010 10110000 11001001 0 11110 10100 10 101010100 1011000 1010100

Color Harmonies of #FAB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0C9

Black with #FAB0C9

Text Example


Text Example

White with #FAB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0C9; }

 p { color: rgb(250,176,201); }

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

background-color css

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

 a { background-color: rgb(250,176,201); }

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

border-color css

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

 span { border-color: rgb(250,176,201); }

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