Html Css Color HEX #FEDEE3 Carousel Pink

📋 copy color: '#FEDEE3'

red 254 ◦ green 222 ◦ blue 227

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

Shades of Carousel Pink #FEDEE3

Tints of Carousel Pink #FEDEE3

RGB

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

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

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

R = 36.13%
G = 31.58%
B = 32.29%

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

#FEDEE3 (or 0xFEDEE3) is known color: Carousel Pink. HEX triplet: FE, DE and E3. RGB value is (254,222,227). Sum of RGB (Red+Green+Blue) = 254+222+227=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE3 is #01211C. Grayscale: #E8E8E8. Windows color (decimal): -74013 or 14933758. OLE color: 14933758.

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

Color convert

RGB 254 222 227 -
CMYK 0 0.13 0.11 0.00
HSL 350.63º 0.94% 0.93% -
HSV(B) 350.63º 0.13% 1% -
XYZ 80.86 78.86 83.63 -
YUV 232.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 254 222 227 0 0.13 0.11 0.00 350.63 0.94 0.93
Hex FE DE E3 0 D B 0 15F 5E 5D
Octal 376 336 343 0 15 13 0 537 136 135
Binary 11111110 11011110 11100011 0 1101 1011 0 101011111 1011110 1011101

Color Harmonies of #FEDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEE3

Black with #FEDEE3

Text Example


Text Example

White with #FEDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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