Html Css Color HEX #F4C4BD Your Pink

📋 copy color: '#F4C4BD'

red 244 ◦ green 196 ◦ blue 189

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

Shades of Your Pink #F4C4BD

Tints of Your Pink #F4C4BD

RGB

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

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

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

R = 38.79%
G = 31.16%
B = 30.05%

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

#F4C4BD (or 0xF4C4BD) is known color: Your Pink. HEX triplet: F4, C4 and BD. RGB value is (244,196,189). Sum of RGB (Red+Green+Blue) = 244+196+189=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4BD is #0B3B42. Grayscale: #D1D1D1. Windows color (decimal): -736067 or 12436724. OLE color: 12436724.

HSL color Cylindrical-coordinate representation of color #F4C4BD: hue angle of 7.64º degrees, saturation: 0.71, 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 #F4C4BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 196 189 -
CMYK 0 0.20 0.23 0.04
HSL 7.64º 0.71% 0.85% -
HSV(B) 7.64º 0.23% 0.96% -
XYZ 66.23 62.39 56.7 -
YUV 209.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 244 196 189 0 0.20 0.23 0.04 7.64 0.71 0.85
Hex F4 C4 BD 0 14 17 4 8 47 55
Octal 364 304 275 0 24 27 4 10 107 125
Binary 11110100 11000100 10111101 0 10100 10111 100 1000 1000111 1010101

Color Harmonies of #F4C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C4BD

Black with #F4C4BD

Text Example


Text Example

White with #F4C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C4BD; }

 p { color: rgb(244,196,189); }

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

background-color css

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

 a { background-color: rgb(244,196,189); }

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

border-color css

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

 span { border-color: rgb(244,196,189); }

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