Html Css Color HEX #F2C5BB Your Pink

📋 copy color: '#F2C5BB'

red 242 ◦ green 197 ◦ blue 187

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

Shades of Your Pink #F2C5BB

Tints of Your Pink #F2C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.47%

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

R = 38.66%
G = 31.47%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2C5BB (or 0xF2C5BB) is known color: Your Pink. HEX triplet: F2, C5 and BB. RGB value is (242,197,187). Sum of RGB (Red+Green+Blue) = 242+197+187=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5BB is #0D3A44. Grayscale: #D1D1D1. Windows color (decimal): -866885 or 12305906. OLE color: 12305906.

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

Color convert

RGB 242 197 187 -
CMYK 0 0.19 0.23 0.05
HSL 10.91º 0.68% 0.84% -
HSV(B) 10.91º 0.23% 0.95% -
XYZ 65.55 62.4 55.6 -
YUV 209.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 242 197 187 0 0.19 0.23 0.05 10.91 0.68 0.84
Hex F2 C5 BB 0 13 17 5 B 44 54
Octal 362 305 273 0 23 27 5 13 104 124
Binary 11110010 11000101 10111011 0 10011 10111 101 1011 1000100 1010100

Color Harmonies of #F2C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C5BB

Black with #F2C5BB

Text Example


Text Example

White with #F2C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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