Html Css Color HEX #FAB0CB Cupid

📋 copy color: '#FAB0CB'

red 250 ◦ green 176 ◦ blue 203

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

Shades of Cupid #FAB0CB

Tints of Cupid #FAB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.27%

R = 39.75%
G = 27.98%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB0CB (or 0xFAB0CB) is known color: Cupid. HEX triplet: FA, B0 and CB. RGB value is (250,176,203). Sum of RGB (Red+Green+Blue) = 250+176+203=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0CB is #054F34. Grayscale: #C9C9C9. Windows color (decimal): -347957 or 13349114. OLE color: 13349114.

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

Color convert

RGB 250 176 203 -
CMYK 0 0.30 0.19 0.02
HSL 338.11º 0.88% 0.84% -
HSV(B) 338.11º 0.3% 0.98% -
XYZ 65.73 55.69 63.78 -
YUV 201.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 250 176 203 0 0.30 0.19 0.02 338.11 0.88 0.84
Hex FA B0 CB 0 1E 13 2 152 58 54
Octal 372 260 313 0 36 23 2 522 130 124
Binary 11111010 10110000 11001011 0 11110 10011 10 101010010 1011000 1010100

Color Harmonies of #FAB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0CB

Black with #FAB0CB

Text Example


Text Example

White with #FAB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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