Html Css Color HEX #FDE1E5 Carousel Pink

📋 copy color: '#FDE1E5'

red 253 ◦ green 225 ◦ blue 229

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

Shades of Carousel Pink #FDE1E5

Tints of Carousel Pink #FDE1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.82%

 BLUE value IS 229 (89.84% from 255) = 32.39%

R = 35.79%
G = 31.82%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE1E5 (or 0xFDE1E5) is known color: Carousel Pink. HEX triplet: FD, E1 and E5. RGB value is (253,225,229). Sum of RGB (Red+Green+Blue) = 253+225+229=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1E5 is #021E1A. Grayscale: #E9E9E9. Windows color (decimal): -138779 or 15065597. OLE color: 15065597.

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

Color convert

RGB 253 225 229 -
CMYK 0 0.11 0.09 0.01
HSL 351.43º 0.88% 0.94% -
HSV(B) 351.43º 0.11% 0.99% -
XYZ 81.58 80.39 85.35 -
YUV 233.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 253 225 229 0 0.11 0.09 0.01 351.43 0.88 0.94
Hex FD E1 E5 0 B 9 1 15F 58 5E
Octal 375 341 345 0 13 11 1 537 130 136
Binary 11111101 11100001 11100101 0 1011 1001 1 101011111 1011000 1011110

Color Harmonies of #FDE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1E5

Black with #FDE1E5

Text Example


Text Example

White with #FDE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1E5; }

 p { color: rgb(253,225,229); }

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

background-color css

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

 a { background-color: rgb(253,225,229); }

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

border-color css

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

 span { border-color: rgb(253,225,229); }

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