Html Css Color HEX #FAB3CB Cupid

📋 copy color: '#FAB3CB'

red 250 ◦ green 179 ◦ blue 203

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

Shades of Cupid #FAB3CB

Tints of Cupid #FAB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.32%

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

R = 39.56%
G = 28.32%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAB3CB (or 0xFAB3CB) is known color: Cupid. HEX triplet: FA, B3 and CB. RGB value is (250,179,203). Sum of RGB (Red+Green+Blue) = 250+179+203=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CB is #054C34. Grayscale: #CACACA. Windows color (decimal): -347189 or 13349882. OLE color: 13349882.

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

Color convert

RGB 250 179 203 -
CMYK 0 0.28 0.19 0.02
HSL 339.72º 0.88% 0.84% -
HSV(B) 339.72º 0.28% 0.98% -
XYZ 66.32 56.88 63.98 -
YUV 202.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 250 179 203 0 0.28 0.19 0.02 339.72 0.88 0.84
Hex FA B3 CB 0 1C 13 2 154 58 54
Octal 372 263 313 0 34 23 2 524 130 124
Binary 11111010 10110011 11001011 0 11100 10011 10 101010100 1011000 1010100

Color Harmonies of #FAB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3CB

Black with #FAB3CB

Text Example


Text Example

White with #FAB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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