Html Css Color HEX #FDDCE0 Pale Pink

📋 copy color: '#FDDCE0'

red 253 ◦ green 220 ◦ blue 224

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

Shades of Pale Pink #FDDCE0

Tints of Pale Pink #FDDCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.14%

R = 36.3%
G = 31.56%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDCE0 (or 0xFDDCE0) is known color: Pale Pink. HEX triplet: FD, DC and E0. RGB value is (253,220,224). Sum of RGB (Red+Green+Blue) = 253+220+224=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE0 is #02231F. Grayscale: #E6E6E6. Windows color (decimal): -140064 or 14736637. OLE color: 14736637.

HSL color Cylindrical-coordinate representation of color #FDDCE0: hue angle of 352.73º 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 #FDDCE0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 224 -
CMYK 0 0.13 0.11 0.01
HSL 352.73º 0.89% 0.93% -
HSV(B) 352.73º 0.13% 0.99% -
XYZ 79.56 77.45 81.28 -
YUV 230.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 253 220 224 0 0.13 0.11 0.01 352.73 0.89 0.93
Hex FD DC E0 0 D B 1 161 59 5D
Octal 375 334 340 0 15 13 1 541 131 135
Binary 11111101 11011100 11100000 0 1101 1011 1 101100001 1011001 1011101

Color Harmonies of #FDDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE0

Black with #FDDCE0

Text Example


Text Example

White with #FDDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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