Html Css Color HEX #FAB6CA Cupid

📋 copy color: '#FAB6CA'

red 250 ◦ green 182 ◦ blue 202

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

Shades of Cupid #FAB6CA

Tints of Cupid #FAB6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.71%

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

R = 39.43%
G = 28.71%
B = 31.86%

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

#FAB6CA (or 0xFAB6CA) is known color: Cupid. HEX triplet: FA, B6 and CA. RGB value is (250,182,202). Sum of RGB (Red+Green+Blue) = 250+182+202=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CA is #054935. Grayscale: #CCCCCC. Windows color (decimal): -346422 or 13285114. OLE color: 13285114.

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

Color convert

RGB 250 182 202 -
CMYK 0 0.27 0.19 0.02
HSL 342.35º 0.87% 0.85% -
HSV(B) 342.35º 0.27% 0.98% -
XYZ 66.81 58.04 63.56 -
YUV 204.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 250 182 202 0 0.27 0.19 0.02 342.35 0.87 0.85
Hex FA B6 CA 0 1B 13 2 156 57 55
Octal 372 266 312 0 33 23 2 526 127 125
Binary 11111010 10110110 11001010 0 11011 10011 10 101010110 1010111 1010101

Color Harmonies of #FAB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6CA

Black with #FAB6CA

Text Example


Text Example

White with #FAB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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