Html Css Color HEX #FAB9CB Cupid

📋 copy color: '#FAB9CB'

red 250 ◦ green 185 ◦ blue 203

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

Shades of Cupid #FAB9CB

Tints of Cupid #FAB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29%

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

R = 39.18%
G = 29%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB9CB (or 0xFAB9CB) is known color: Cupid. HEX triplet: FA, B9 and CB. RGB value is (250,185,203). Sum of RGB (Red+Green+Blue) = 250+185+203=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CB is #054634. Grayscale: #CECECE. Windows color (decimal): -345653 or 13351418. OLE color: 13351418.

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

Color convert

RGB 250 185 203 -
CMYK 0 0.26 0.19 0.02
HSL 343.38º 0.87% 0.85% -
HSV(B) 343.38º 0.26% 0.98% -
XYZ 67.55 59.33 64.39 -
YUV 206.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 250 185 203 0 0.26 0.19 0.02 343.38 0.87 0.85
Hex FA B9 CB 0 1A 13 2 157 57 55
Octal 372 271 313 0 32 23 2 527 127 125
Binary 11111010 10111001 11001011 0 11010 10011 10 101010111 1010111 1010101

Color Harmonies of #FAB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9CB

Black with #FAB9CB

Text Example


Text Example

White with #FAB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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