Html Css Color HEX #FEE0E6 Carousel Pink

📋 copy color: '#FEE0E6'

red 254 ◦ green 224 ◦ blue 230

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

Shades of Carousel Pink #FEE0E6

Tints of Carousel Pink #FEE0E6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.64%

 BLUE value IS 230 (90.23% from 255) = 32.49%

R = 35.88%
G = 31.64%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEE0E6 (or 0xFEE0E6) is known color: Carousel Pink. HEX triplet: FE, E0 and E6. RGB value is (254,224,230). Sum of RGB (Red+Green+Blue) = 254+224+230=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0E6 is #011F19. Grayscale: #E9E9E9. Windows color (decimal): -73498 or 15130878. OLE color: 15130878.

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

Color convert

RGB 254 224 230 -
CMYK 0 0.12 0.09 0.00
HSL 348º 0.94% 0.94% -
HSV(B) 348º 0.12% 1% -
XYZ 81.81 80.1 86.01 -
YUV 233.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 254 224 230 0 0.12 0.09 0.00 348 0.94 0.94
Hex FE E0 E6 0 C 9 0 15C 5E 5E
Octal 376 340 346 0 14 11 0 534 136 136
Binary 11111110 11100000 11100110 0 1100 1001 0 101011100 1011110 1011110

Color Harmonies of #FEE0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0E6

Black with #FEE0E6

Text Example


Text Example

White with #FEE0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0E6; }

 p { color: rgb(254,224,230); }

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

background-color css

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

 a { background-color: rgb(254,224,230); }

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

border-color css

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

 span { border-color: rgb(254,224,230); }

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