Html Css Color HEX #FDE4E6 Pale Pink

📋 copy color: '#FDE4E6'

red 253 ◦ green 228 ◦ blue 230

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

Shades of Pale Pink #FDE4E6

Tints of Pale Pink #FDE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.07%

 BLUE value IS 230 (90.23% from 255) = 32.35%

R = 35.58%
G = 32.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE4E6 (or 0xFDE4E6) is known color: Pale Pink. HEX triplet: FD, E4 and E6. RGB value is (253,228,230). Sum of RGB (Red+Green+Blue) = 253+228+230=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 228 (89.45% from 255 or 32.07% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4E6 is #021B19. Grayscale: #EBEBEB. Windows color (decimal): -138010 or 15131901. OLE color: 15131901.

HSL color Cylindrical-coordinate representation of color #FDE4E6: hue angle of 355.2º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4E6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 230 -
CMYK 0 0.10 0.09 0.01
HSL 355.2º 0.86% 0.94% -
HSV(B) 355.2º 0.1% 0.99% -
XYZ 82.53 82.08 86.36 -
YUV 235.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 253 228 230 0 0.10 0.09 0.01 355.2 0.86 0.94
Hex FD E4 E6 0 A 9 1 163 56 5E
Octal 375 344 346 0 12 11 1 543 126 136
Binary 11111101 11100100 11100110 0 1010 1001 1 101100011 1010110 1011110

Color Harmonies of #FDE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4E6

Black with #FDE4E6

Text Example


Text Example

White with #FDE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4E6; }

 p { color: rgb(253,228,230); }

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

background-color css

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

 a { background-color: rgb(253,228,230); }

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

border-color css

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

 span { border-color: rgb(253,228,230); }

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