Html Css Color HEX #F4C4CC Pink

📋 copy color: '#F4C4CC'

red 244 ◦ green 196 ◦ blue 204

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

Shades of Pink #F4C4CC

Tints of Pink #F4C4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.68%

R = 37.89%
G = 30.43%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4C4CC (or 0xF4C4CC) is known color: Pink. HEX triplet: F4, C4 and CC. RGB value is (244,196,204). Sum of RGB (Red+Green+Blue) = 244+196+204=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4CC is #0B3B33. Grayscale: #D3D3D3. Windows color (decimal): -736052 or 13419764. OLE color: 13419764.

HSL color Cylindrical-coordinate representation of color #F4C4CC: hue angle of 350º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C4CC is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 196 204 -
CMYK 0 0.20 0.16 0.04
HSL 350º 0.69% 0.86% -
HSV(B) 350º 0.2% 0.96% -
XYZ 67.95 63.07 65.72 -
YUV 211.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 244 196 204 0 0.20 0.16 0.04 350 0.69 0.86
Hex F4 C4 CC 0 14 10 4 15E 45 56
Octal 364 304 314 0 24 20 4 536 105 126
Binary 11110100 11000100 11001100 0 10100 10000 100 101011110 1000101 1010110

Color Harmonies of #F4C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C4CC

Black with #F4C4CC

Text Example


Text Example

White with #F4C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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