Html Css Color HEX #FDDCDE Pale Pink

📋 copy color: '#FDDCDE'

red 253 ◦ green 220 ◦ blue 222

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

Shades of Pale Pink #FDDCDE

Tints of Pale Pink #FDDCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.94%

R = 36.4%
G = 31.65%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDDCDE (or 0xFDDCDE) is known color: Pale Pink. HEX triplet: FD, DC and DE. RGB value is (253,220,222). Sum of RGB (Red+Green+Blue) = 253+220+222=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDE is #022321. Grayscale: #E6E6E6. Windows color (decimal): -140066 or 14605565. OLE color: 14605565.

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

Color convert

RGB 253 220 222 -
CMYK 0 0.13 0.12 0.01
HSL 356.36º 0.89% 0.93% -
HSV(B) 356.36º 0.13% 0.99% -
XYZ 79.29 77.34 79.86 -
YUV 230.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 253 220 222 0 0.13 0.12 0.01 356.36 0.89 0.93
Hex FD DC DE 0 D C 1 164 59 5D
Octal 375 334 336 0 15 14 1 544 131 135
Binary 11111101 11011100 11011110 0 1101 1100 1 101100100 1011001 1011101

Color Harmonies of #FDDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCDE

Black with #FDDCDE

Text Example


Text Example

White with #FDDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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