Html Css Color HEX #F4C6BD Your Pink

📋 copy color: '#F4C6BD'

red 244 ◦ green 198 ◦ blue 189

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

Shades of Your Pink #F4C6BD

Tints of Your Pink #F4C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

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

R = 38.67%
G = 31.38%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4C6BD (or 0xF4C6BD) is known color: Your Pink. HEX triplet: F4, C6 and BD. RGB value is (244,198,189). Sum of RGB (Red+Green+Blue) = 244+198+189=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6BD is #0B3942. Grayscale: #D2D2D2. Windows color (decimal): -735555 or 12437236. OLE color: 12437236.

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

Color convert

RGB 244 198 189 -
CMYK 0 0.19 0.23 0.04
HSL 9.82º 0.71% 0.85% -
HSV(B) 9.82º 0.23% 0.96% -
XYZ 66.69 63.3 56.85 -
YUV 210.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 244 198 189 0 0.19 0.23 0.04 9.82 0.71 0.85
Hex F4 C6 BD 0 13 17 4 A 47 55
Octal 364 306 275 0 23 27 4 12 107 125
Binary 11110100 11000110 10111101 0 10011 10111 100 1010 1000111 1010101

Color Harmonies of #F4C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C6BD

Black with #F4C6BD

Text Example


Text Example

White with #F4C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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