Html Css Color HEX #FAB9CA Cupid

📋 copy color: '#FAB9CA'

red 250 ◦ green 185 ◦ blue 202

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

Shades of Cupid #FAB9CA

Tints of Cupid #FAB9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 39.25%
G = 29.04%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB9CA (or 0xFAB9CA) is known color: Cupid. HEX triplet: FA, B9 and CA. RGB value is (250,185,202). Sum of RGB (Red+Green+Blue) = 250+185+202=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CA is #054635. Grayscale: #CECECE. Windows color (decimal): -345654 or 13285882. OLE color: 13285882.

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

Color convert

RGB 250 185 202 -
CMYK 0 0.26 0.19 0.02
HSL 344.31º 0.87% 0.85% -
HSV(B) 344.31º 0.26% 0.98% -
XYZ 67.43 59.29 63.77 -
YUV 206.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 250 185 202 0 0.26 0.19 0.02 344.31 0.87 0.85
Hex FA B9 CA 0 1A 13 2 158 57 55
Octal 372 271 312 0 32 23 2 530 127 125
Binary 11111010 10111001 11001010 0 11010 10011 10 101011000 1010111 1010101

Color Harmonies of #FAB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9CA

Black with #FAB9CA

Text Example


Text Example

White with #FAB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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