Html Css Color HEX #FAB2CC Cupid

📋 copy color: '#FAB2CC'

red 250 ◦ green 178 ◦ blue 204

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

Shades of Cupid #FAB2CC

Tints of Cupid #FAB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.16%

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

R = 39.56%
G = 28.16%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAB2CC (or 0xFAB2CC) is known color: Cupid. HEX triplet: FA, B2 and CC. RGB value is (250,178,204). Sum of RGB (Red+Green+Blue) = 250+178+204=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2CC is #054D33. Grayscale: #CACACA. Windows color (decimal): -347444 or 13415162. OLE color: 13415162.

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

Color convert

RGB 250 178 204 -
CMYK 0 0.29 0.18 0.02
HSL 338.33º 0.88% 0.84% -
HSV(B) 338.33º 0.29% 0.98% -
XYZ 66.24 56.52 64.55 -
YUV 202.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 250 178 204 0 0.29 0.18 0.02 338.33 0.88 0.84
Hex FA B2 CC 0 1D 12 2 152 58 54
Octal 372 262 314 0 35 22 2 522 130 124
Binary 11111010 10110010 11001100 0 11101 10010 10 101010010 1011000 1010100

Color Harmonies of #FAB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2CC

Black with #FAB2CC

Text Example


Text Example

White with #FAB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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