Html Css Color HEX #FEDDE5 Carousel Pink

📋 copy color: '#FEDDE5'

red 254 ◦ green 221 ◦ blue 229

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

Shades of Carousel Pink #FEDDE5

Tints of Carousel Pink #FEDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.39%

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

R = 36.08%
G = 31.39%
B = 32.53%

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

#FEDDE5 (or 0xFEDDE5) is known color: Carousel Pink. HEX triplet: FE, DD and E5. RGB value is (254,221,229). Sum of RGB (Red+Green+Blue) = 254+221+229=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE5 is #01221A. Grayscale: #E7E7E7. Windows color (decimal): -74267 or 15064574. OLE color: 15064574.

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

Color convert

RGB 254 221 229 -
CMYK 0 0.13 0.10 0.00
HSL 345.45º 0.94% 0.93% -
HSV(B) 345.45º 0.13% 1% -
XYZ 80.87 78.44 85.01 -
YUV 231.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 254 221 229 0 0.13 0.10 0.00 345.45 0.94 0.93
Hex FE DD E5 0 D A 0 159 5E 5D
Octal 376 335 345 0 15 12 0 531 136 135
Binary 11111110 11011101 11100101 0 1101 1010 0 101011001 1011110 1011101

Color Harmonies of #FEDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDE5

Black with #FEDDE5

Text Example


Text Example

White with #FEDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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