Html Css Color HEX #FEDEE5 Carousel Pink

📋 copy color: '#FEDEE5'

red 254 ◦ green 222 ◦ blue 229

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

Shades of Carousel Pink #FEDEE5

Tints of Carousel Pink #FEDEE5

RGB

 RED value IS 254 (99.61% from 255) = 36.03%

 GREEN value IS 222 (87.11% from 255) = 31.49%

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

R = 36.03%
G = 31.49%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEDEE5 (or 0xFEDEE5) is known color: Carousel Pink. HEX triplet: FE, DE and E5. RGB value is (254,222,229). Sum of RGB (Red+Green+Blue) = 254+222+229=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE5 is #01211A. Grayscale: #E8E8E8. Windows color (decimal): -74011 or 15064830. OLE color: 15064830.

HSL color Cylindrical-coordinate representation of color #FEDEE5: hue angle of 346.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEE5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 229 -
CMYK 0 0.13 0.10 0.00
HSL 346.88º 0.94% 0.93% -
HSV(B) 346.88º 0.13% 1% -
XYZ 81.14 78.97 85.1 -
YUV 232.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 254 222 229 0 0.13 0.10 0.00 346.88 0.94 0.93
Hex FE DE E5 0 D A 0 15B 5E 5D
Octal 376 336 345 0 15 12 0 533 136 135
Binary 11111110 11011110 11100101 0 1101 1010 0 101011011 1011110 1011101

Color Harmonies of #FEDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEE5

Black with #FEDEE5

Text Example


Text Example

White with #FEDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEE5; }

 p { color: rgb(254,222,229); }

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

background-color css

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

 a { background-color: rgb(254,222,229); }

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

border-color css

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

 span { border-color: rgb(254,222,229); }

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