Html Css Color HEX #FAB0C8 Cupid

📋 copy color: '#FAB0C8'

red 250 ◦ green 176 ◦ blue 200

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

Shades of Cupid #FAB0C8

Tints of Cupid #FAB0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 39.94%
G = 28.12%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAB0C8 (or 0xFAB0C8) is known color: Cupid. HEX triplet: FA, B0 and C8. RGB value is (250,176,200). Sum of RGB (Red+Green+Blue) = 250+176+200=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C8 is #054F37. Grayscale: #C8C8C8. Windows color (decimal): -347960 or 13152506. OLE color: 13152506.

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

Color convert

RGB 250 176 200 -
CMYK 0 0.30 0.2 0.02
HSL 340.54º 0.88% 0.84% -
HSV(B) 340.54º 0.3% 0.98% -
XYZ 65.38 55.54 61.92 -
YUV 200.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 250 176 200 0 0.30 0.2 0.02 340.54 0.88 0.84
Hex FA B0 C8 0 1E 14 2 155 58 54
Octal 372 260 310 0 36 24 2 525 130 124
Binary 11111010 10110000 11001000 0 11110 10100 10 101010101 1011000 1010100

Color Harmonies of #FAB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0C8

Black with #FAB0C8

Text Example


Text Example

White with #FAB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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