Html Css Color HEX #F7DCDF Pale Pink

📋 copy color: '#F7DCDF'

red 247 ◦ green 220 ◦ blue 223

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

Shades of Pale Pink #F7DCDF

Tints of Pale Pink #F7DCDF

RGB

 RED value IS 247 (96.88% from 255) = 35.8%

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

 BLUE value IS 223 (87.5% from 255) = 32.32%

R = 35.8%
G = 31.88%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7DCDF (or 0xF7DCDF) is known color: Pale Pink. HEX triplet: F7, DC and DF. RGB value is (247,220,223). Sum of RGB (Red+Green+Blue) = 247+220+223=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCDF is #082320. Grayscale: #E4E4E4. Windows color (decimal): -533281 or 14671095. OLE color: 14671095.

HSL color Cylindrical-coordinate representation of color #F7DCDF: hue angle of 353.33º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCDF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 223 -
CMYK 0 0.11 0.10 0.03
HSL 353.33º 0.63% 0.92% -
HSV(B) 353.33º 0.11% 0.97% -
XYZ 77.27 76.29 80.46 -
YUV 228.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 247 220 223 0 0.11 0.10 0.03 353.33 0.63 0.92
Hex F7 DC DF 0 B A 3 161 3F 5C
Octal 367 334 337 0 13 12 3 541 77 134
Binary 11110111 11011100 11011111 0 1011 1010 11 101100001 111111 1011100

Color Harmonies of #F7DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCDF

Black with #F7DCDF

Text Example


Text Example

White with #F7DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCDF; }

 p { color: rgb(247,220,223); }

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

background-color css

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

 a { background-color: rgb(247,220,223); }

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

border-color css

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

 span { border-color: rgb(247,220,223); }

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