Html Css Color HEX #F2C2BD Your Pink

📋 copy color: '#F2C2BD'

red 242 ◦ green 194 ◦ blue 189

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

Shades of Your Pink #F2C2BD

Tints of Your Pink #F2C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 38.72%
G = 31.04%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2C2BD (or 0xF2C2BD) is known color: Your Pink. HEX triplet: F2, C2 and BD. RGB value is (242,194,189). Sum of RGB (Red+Green+Blue) = 242+194+189=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BD is #0D3D42. Grayscale: #CFCFCF. Windows color (decimal): -867651 or 12436210. OLE color: 12436210.

HSL color Cylindrical-coordinate representation of color #F2C2BD: hue angle of 5.66º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C2BD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 189 -
CMYK 0 0.20 0.22 0.05
HSL 5.66º 0.67% 0.85% -
HSV(B) 5.66º 0.22% 0.95% -
XYZ 65.1 61.13 56.51 -
YUV 207.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 242 194 189 0 0.20 0.22 0.05 5.66 0.67 0.85
Hex F2 C2 BD 0 14 16 5 6 43 55
Octal 362 302 275 0 24 26 5 6 103 125
Binary 11110010 11000010 10111101 0 10100 10110 101 110 1000011 1010101

Color Harmonies of #F2C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2BD

Black with #F2C2BD

Text Example


Text Example

White with #F2C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2BD; }

 p { color: rgb(242,194,189); }

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

background-color css

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

 a { background-color: rgb(242,194,189); }

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

border-color css

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

 span { border-color: rgb(242,194,189); }

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