Html Css Color HEX #FAB7CA Cupid

📋 copy color: '#FAB7CA'

red 250 ◦ green 183 ◦ blue 202

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

Shades of Cupid #FAB7CA

Tints of Cupid #FAB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.82%

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

R = 39.37%
G = 28.82%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB7CA (or 0xFAB7CA) is known color: Cupid. HEX triplet: FA, B7 and CA. RGB value is (250,183,202). Sum of RGB (Red+Green+Blue) = 250+183+202=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7CA is #054835. Grayscale: #CDCDCD. Windows color (decimal): -346166 or 13285370. OLE color: 13285370.

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

Color convert

RGB 250 183 202 -
CMYK 0 0.27 0.19 0.02
HSL 342.99º 0.87% 0.85% -
HSV(B) 342.99º 0.27% 0.98% -
XYZ 67.02 58.46 63.63 -
YUV 205.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 250 183 202 0 0.27 0.19 0.02 342.99 0.87 0.85
Hex FA B7 CA 0 1B 13 2 157 57 55
Octal 372 267 312 0 33 23 2 527 127 125
Binary 11111010 10110111 11001010 0 11011 10011 10 101010111 1010111 1010101

Color Harmonies of #FAB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7CA

Black with #FAB7CA

Text Example


Text Example

White with #FAB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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