Html Css Color HEX #F2ABC3 Cupid

📋 copy color: '#F2ABC3'

red 242 ◦ green 171 ◦ blue 195

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

Shades of Cupid #F2ABC3

Tints of Cupid #F2ABC3

RGB

 RED value IS 242 (94.92% from 255) = 39.8%

 GREEN value IS 171 (67.19% from 255) = 28.13%

 BLUE value IS 195 (76.56% from 255) = 32.07%

R = 39.8%
G = 28.13%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2ABC3 (or 0xF2ABC3) is known color: Cupid. HEX triplet: F2, AB and C3. RGB value is (242,171,195). Sum of RGB (Red+Green+Blue) = 242+171+195=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABC3 is #0D543C. Grayscale: #C2C2C2. Windows color (decimal): -873533 or 12823538. OLE color: 12823538.

HSL color Cylindrical-coordinate representation of color #F2ABC3: hue angle of 339.72º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABC3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 195 -
CMYK 0 0.29 0.19 0.05
HSL 339.72º 0.73% 0.81% -
HSV(B) 339.72º 0.29% 0.95% -
XYZ 61.03 51.94 58.44 -
YUV 194.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 242 171 195 0 0.29 0.19 0.05 339.72 0.73 0.81
Hex F2 AB C3 0 1D 13 5 154 49 51
Octal 362 253 303 0 35 23 5 524 111 121
Binary 11110010 10101011 11000011 0 11101 10011 101 101010100 1001001 1010001

Color Harmonies of #F2ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABC3

Black with #F2ABC3

Text Example


Text Example

White with #F2ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABC3; }

 p { color: rgb(242,171,195); }

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

background-color css

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

 a { background-color: rgb(242,171,195); }

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

border-color css

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

 span { border-color: rgb(242,171,195); }

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