Html Css Color HEX #F4C1CC Pink

📋 copy color: '#F4C1CC'

red 244 ◦ green 193 ◦ blue 204

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

Shades of Pink #F4C1CC

Tints of Pink #F4C1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.11%

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

R = 38.07%
G = 30.11%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4C1CC (or 0xF4C1CC) is known color: Pink. HEX triplet: F4, C1 and CC. RGB value is (244,193,204). Sum of RGB (Red+Green+Blue) = 244+193+204=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1CC is #0B3E33. Grayscale: #D1D1D1. Windows color (decimal): -736820 or 13418996. OLE color: 13418996.

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

Color convert

RGB 244 193 204 -
CMYK 0 0.21 0.16 0.04
HSL 347.06º 0.7% 0.86% -
HSV(B) 347.06º 0.21% 0.96% -
XYZ 67.28 61.73 65.5 -
YUV 209.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 244 193 204 0 0.21 0.16 0.04 347.06 0.7 0.86
Hex F4 C1 CC 0 15 10 4 15B 46 56
Octal 364 301 314 0 25 20 4 533 106 126
Binary 11110100 11000001 11001100 0 10101 10000 100 101011011 1000110 1010110

Color Harmonies of #F4C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C1CC

Black with #F4C1CC

Text Example


Text Example

White with #F4C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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