Html Css Color HEX #FAB0C5 Cupid

📋 copy color: '#FAB0C5'

red 250 ◦ green 176 ◦ blue 197

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

Shades of Cupid #FAB0C5

Tints of Cupid #FAB0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 40.13%
G = 28.25%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAB0C5 (or 0xFAB0C5) is known color: Cupid. HEX triplet: FA, B0 and C5. RGB value is (250,176,197). Sum of RGB (Red+Green+Blue) = 250+176+197=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C5 is #054F3A. Grayscale: #C8C8C8. Windows color (decimal): -347963 or 12955898. OLE color: 12955898.

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

Color convert

RGB 250 176 197 -
CMYK 0 0.30 0.21 0.02
HSL 342.97º 0.88% 0.84% -
HSV(B) 342.97º 0.3% 0.98% -
XYZ 65.03 55.41 60.09 -
YUV 200.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 250 176 197 0 0.30 0.21 0.02 342.97 0.88 0.84
Hex FA B0 C5 0 1E 15 2 157 58 54
Octal 372 260 305 0 36 25 2 527 130 124
Binary 11111010 10110000 11000101 0 11110 10101 10 101010111 1011000 1010100

Color Harmonies of #FAB0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0C5

Black with #FAB0C5

Text Example


Text Example

White with #FAB0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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