Html Css Color HEX #F4C2BC Your Pink

📋 copy color: '#F4C2BC'

red 244 ◦ green 194 ◦ blue 188

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

Shades of Your Pink #F4C2BC

Tints of Your Pink #F4C2BC

RGB

 RED value IS 244 (95.7% from 255) = 38.98%

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

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

R = 38.98%
G = 30.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4C2BC (or 0xF4C2BC) is known color: Your Pink. HEX triplet: F4, C2 and BC. RGB value is (244,194,188). Sum of RGB (Red+Green+Blue) = 244+194+188=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2BC is #0B3D43. Grayscale: #D0D0D0. Windows color (decimal): -736580 or 12370676. OLE color: 12370676.

HSL color Cylindrical-coordinate representation of color #F4C2BC: hue angle of 6.43º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4C2BC is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 188 -
CMYK 0 0.20 0.23 0.04
HSL 6.43º 0.72% 0.85% -
HSV(B) 6.43º 0.23% 0.96% -
XYZ 65.68 61.45 55.98 -
YUV 208.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 244 194 188 0 0.20 0.23 0.04 6.43 0.72 0.85
Hex F4 C2 BC 0 14 17 4 6 48 55
Octal 364 302 274 0 24 27 4 6 110 125
Binary 11110100 11000010 10111100 0 10100 10111 100 110 1001000 1010101

Color Harmonies of #F4C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C2BC

Black with #F4C2BC

Text Example


Text Example

White with #F4C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C2BC; }

 p { color: rgb(244,194,188); }

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

background-color css

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

 a { background-color: rgb(244,194,188); }

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

border-color css

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

 span { border-color: rgb(244,194,188); }

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