Html Css Color HEX #FAB5CC Cupid

📋 copy color: '#FAB5CC'

red 250 ◦ green 181 ◦ blue 204

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

Shades of Cupid #FAB5CC

Tints of Cupid #FAB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.5%

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

R = 39.37%
G = 28.5%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAB5CC (or 0xFAB5CC) is known color: Cupid. HEX triplet: FA, B5 and CC. RGB value is (250,181,204). Sum of RGB (Red+Green+Blue) = 250+181+204=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5CC is #054A33. Grayscale: #CCCCCC. Windows color (decimal): -346676 or 13415930. OLE color: 13415930.

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

Color convert

RGB 250 181 204 -
CMYK 0 0.28 0.18 0.02
HSL 340º 0.87% 0.85% -
HSV(B) 340º 0.28% 0.98% -
XYZ 66.85 57.73 64.75 -
YUV 204.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 250 181 204 0 0.28 0.18 0.02 340 0.87 0.85
Hex FA B5 CC 0 1C 12 2 154 57 55
Octal 372 265 314 0 34 22 2 524 127 125
Binary 11111010 10110101 11001100 0 11100 10010 10 101010100 1010111 1010101

Color Harmonies of #FAB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5CC

Black with #FAB5CC

Text Example


Text Example

White with #FAB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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