Html Css Color HEX #FAB9CC Cupid

📋 copy color: '#FAB9CC'

red 250 ◦ green 185 ◦ blue 204

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

Shades of Cupid #FAB9CC

Tints of Cupid #FAB9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.92%

R = 39.12%
G = 28.95%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAB9CC (or 0xFAB9CC) is known color: Cupid. HEX triplet: FA, B9 and CC. RGB value is (250,185,204). Sum of RGB (Red+Green+Blue) = 250+185+204=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CC is #054633. Grayscale: #CECECE. Windows color (decimal): -345652 or 13416954. OLE color: 13416954.

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

Color convert

RGB 250 185 204 -
CMYK 0 0.26 0.18 0.02
HSL 342.46º 0.87% 0.85% -
HSV(B) 342.46º 0.26% 0.98% -
XYZ 67.67 59.38 65.02 -
YUV 206.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 250 185 204 0 0.26 0.18 0.02 342.46 0.87 0.85
Hex FA B9 CC 0 1A 12 2 156 57 55
Octal 372 271 314 0 32 22 2 526 127 125
Binary 11111010 10111001 11001100 0 11010 10010 10 101010110 1010111 1010101

Color Harmonies of #FAB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9CC

Black with #FAB9CC

Text Example


Text Example

White with #FAB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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