Html Css Color HEX #FDD6DC Pale Pink

📋 copy color: '#FDD6DC'

red 253 ◦ green 214 ◦ blue 220

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

Shades of Pale Pink #FDD6DC

Tints of Pale Pink #FDD6DC

RGB

 RED value IS 253 (99.22% from 255) = 36.83%

 GREEN value IS 214 (83.98% from 255) = 31.15%

 BLUE value IS 220 (86.33% from 255) = 32.02%

R = 36.83%
G = 31.15%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDD6DC (or 0xFDD6DC) is known color: Pale Pink. HEX triplet: FD, D6 and DC. RGB value is (253,214,220). Sum of RGB (Red+Green+Blue) = 253+214+220=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6DC is #022923. Grayscale: #E2E2E2. Windows color (decimal): -141604 or 14472957. OLE color: 14472957.

HSL color Cylindrical-coordinate representation of color #FDD6DC: hue angle of 350.77º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 220 -
CMYK 0 0.15 0.13 0.01
HSL 350.77º 0.91% 0.92% -
HSV(B) 350.77º 0.15% 0.99% -
XYZ 77.47 74.14 77.94 -
YUV 226.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 253 214 220 0 0.15 0.13 0.01 350.77 0.91 0.92
Hex FD D6 DC 0 F D 1 15F 5B 5C
Octal 375 326 334 0 17 15 1 537 133 134
Binary 11111101 11010110 11011100 0 1111 1101 1 101011111 1011011 1011100

Color Harmonies of #FDD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6DC

Black with #FDD6DC

Text Example


Text Example

White with #FDD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6DC; }

 p { color: rgb(253,214,220); }

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

background-color css

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

 a { background-color: rgb(253,214,220); }

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

border-color css

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

 span { border-color: rgb(253,214,220); }

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