Html Css Color HEX #F2B0BB Cupid

📋 copy color: '#F2B0BB'

red 242 ◦ green 176 ◦ blue 187

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

Shades of Cupid #F2B0BB

Tints of Cupid #F2B0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 40%
G = 29.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2B0BB (or 0xF2B0BB) is known color: Cupid. HEX triplet: F2, B0 and BB. RGB value is (242,176,187). Sum of RGB (Red+Green+Blue) = 242+176+187=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0BB is #0D4F44. Grayscale: #C5C5C5. Windows color (decimal): -872261 or 12300530. OLE color: 12300530.

HSL color Cylindrical-coordinate representation of color #F2B0BB: hue angle of 350º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0BB is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 187 -
CMYK 0 0.27 0.23 0.05
HSL 350º 0.72% 0.82% -
HSV(B) 350º 0.27% 0.95% -
XYZ 61.11 53.52 54.12 -
YUV 196.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 242 176 187 0 0.27 0.23 0.05 350 0.72 0.82
Hex F2 B0 BB 0 1B 17 5 15E 48 52
Octal 362 260 273 0 33 27 5 536 110 122
Binary 11110010 10110000 10111011 0 11011 10111 101 101011110 1001000 1010010

Color Harmonies of #F2B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0BB

Black with #F2B0BB

Text Example


Text Example

White with #F2B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0BB; }

 p { color: rgb(242,176,187); }

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

background-color css

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

 a { background-color: rgb(242,176,187); }

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

border-color css

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

 span { border-color: rgb(242,176,187); }

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