Html Css Color HEX #FAB3CA Cupid

📋 copy color: '#FAB3CA'

red 250 ◦ green 179 ◦ blue 202

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

Shades of Cupid #FAB3CA

Tints of Cupid #FAB3CA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.37%

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

R = 39.62%
G = 28.37%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB3CA (or 0xFAB3CA) is known color: Cupid. HEX triplet: FA, B3 and CA. RGB value is (250,179,202). Sum of RGB (Red+Green+Blue) = 250+179+202=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CA is #054C35. Grayscale: #CACACA. Windows color (decimal): -347190 or 13284346. OLE color: 13284346.

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

Color convert

RGB 250 179 202 -
CMYK 0 0.28 0.19 0.02
HSL 340.56º 0.88% 0.84% -
HSV(B) 340.56º 0.28% 0.98% -
XYZ 66.21 56.83 63.36 -
YUV 202.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 250 179 202 0 0.28 0.19 0.02 340.56 0.88 0.84
Hex FA B3 CA 0 1C 13 2 155 58 54
Octal 372 263 312 0 34 23 2 525 130 124
Binary 11111010 10110011 11001010 0 11100 10011 10 101010101 1011000 1010100

Color Harmonies of #FAB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3CA

Black with #FAB3CA

Text Example


Text Example

White with #FAB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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