Html Css Color HEX #F2C4BC Your Pink

📋 copy color: '#F2C4BC'

red 242 ◦ green 196 ◦ blue 188

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

Shades of Your Pink #F2C4BC

Tints of Your Pink #F2C4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 188 (73.83% from 255) = 30.03%

R = 38.66%
G = 31.31%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2C4BC (or 0xF2C4BC) is known color: Your Pink. HEX triplet: F2, C4 and BC. RGB value is (242,196,188). Sum of RGB (Red+Green+Blue) = 242+196+188=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4BC is #0D3B43. Grayscale: #D0D0D0. Windows color (decimal): -867140 or 12371186. OLE color: 12371186.

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

Color convert

RGB 242 196 188 -
CMYK 0 0.19 0.22 0.05
HSL 8.89º 0.68% 0.84% -
HSV(B) 8.89º 0.22% 0.95% -
XYZ 65.43 61.99 56.09 -
YUV 208.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 242 196 188 0 0.19 0.22 0.05 8.89 0.68 0.84
Hex F2 C4 BC 0 13 16 5 9 44 54
Octal 362 304 274 0 23 26 5 11 104 124
Binary 11110010 11000100 10111100 0 10011 10110 101 1001 1000100 1010100

Color Harmonies of #F2C4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4BC

Black with #F2C4BC

Text Example


Text Example

White with #F2C4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4BC; }

 p { color: rgb(242,196,188); }

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

background-color css

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

 a { background-color: rgb(242,196,188); }

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

border-color css

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

 span { border-color: rgb(242,196,188); }

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