Html Css Color HEX #FEDDE3 Carousel Pink

📋 copy color: '#FEDDE3'

red 254 ◦ green 221 ◦ blue 227

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

Shades of Carousel Pink #FEDDE3

Tints of Carousel Pink #FEDDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.34%

R = 36.18%
G = 31.48%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEDDE3 (or 0xFEDDE3) is known color: Carousel Pink. HEX triplet: FE, DD and E3. RGB value is (254,221,227). Sum of RGB (Red+Green+Blue) = 254+221+227=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE3 is #01221C. Grayscale: #E7E7E7. Windows color (decimal): -74269 or 14933502. OLE color: 14933502.

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

Color convert

RGB 254 221 227 -
CMYK 0 0.13 0.11 0.00
HSL 349.09º 0.94% 0.93% -
HSV(B) 349.09º 0.13% 1% -
XYZ 80.59 78.33 83.54 -
YUV 231.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 254 221 227 0 0.13 0.11 0.00 349.09 0.94 0.93
Hex FE DD E3 0 D B 0 15D 5E 5D
Octal 376 335 343 0 15 13 0 535 136 135
Binary 11111110 11011101 11100011 0 1101 1011 0 101011101 1011110 1011101

Color Harmonies of #FEDDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDE3

Black with #FEDDE3

Text Example


Text Example

White with #FEDDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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