Html Css Color HEX #F4DCDD Pale Pink

📋 copy color: '#F4DCDD'

red 244 ◦ green 220 ◦ blue 221

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

Shades of Pale Pink #F4DCDD

Tints of Pale Pink #F4DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

 BLUE value IS 221 (86.72% from 255) = 32.26%

R = 35.62%
G = 32.12%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F4DCDD (or 0xF4DCDD) is known color: Pale Pink. HEX triplet: F4, DC and DD. RGB value is (244,220,221). Sum of RGB (Red+Green+Blue) = 244+220+221=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCDD is #0B2322. Grayscale: #E3E3E3. Windows color (decimal): -729891 or 14540020. OLE color: 14540020.

HSL color Cylindrical-coordinate representation of color #F4DCDD: hue angle of 357.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCDD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 221 -
CMYK 0 0.10 0.09 0.04
HSL 357.5º 0.52% 0.91% -
HSV(B) 357.5º 0.1% 0.96% -
XYZ 75.95 75.64 79 -
YUV 227.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 244 220 221 0 0.10 0.09 0.04 357.5 0.52 0.91
Hex F4 DC DD 0 A 9 4 166 34 5B
Octal 364 334 335 0 12 11 4 546 64 133
Binary 11110100 11011100 11011101 0 1010 1001 100 101100110 110100 1011011

Color Harmonies of #F4DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCDD

Black with #F4DCDD

Text Example


Text Example

White with #F4DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCDD; }

 p { color: rgb(244,220,221); }

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

background-color css

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

 a { background-color: rgb(244,220,221); }

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

border-color css

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

 span { border-color: rgb(244,220,221); }

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