Html Css Color HEX #FEDCE2 Carousel Pink

📋 copy color: '#FEDCE2'

red 254 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #FEDCE2

Tints of Carousel Pink #FEDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.43%

 BLUE value IS 226 (88.67% from 255) = 32.29%

R = 36.29%
G = 31.43%
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

#FEDCE2 (or 0xFEDCE2) is known color: Carousel Pink. HEX triplet: FE, DC and E2. RGB value is (254,220,226). Sum of RGB (Red+Green+Blue) = 254+220+226=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE2 is #01231D. Grayscale: #E6E6E6. Windows color (decimal): -74526 or 14867710. OLE color: 14867710.

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

Color convert

RGB 254 220 226 -
CMYK 0 0.13 0.11 0.00
HSL 349.41º 0.94% 0.93% -
HSV(B) 349.41º 0.13% 1% -
XYZ 80.19 77.75 82.73 -
YUV 230.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 254 220 226 0 0.13 0.11 0.00 349.41 0.94 0.93
Hex FE DC E2 0 D B 0 15D 5E 5D
Octal 376 334 342 0 15 13 0 535 136 135
Binary 11111110 11011100 11100010 0 1101 1011 0 101011101 1011110 1011101

Color Harmonies of #FEDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE2

Black with #FEDCE2

Text Example


Text Example

White with #FEDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE2; }

 p { color: rgb(254,220,226); }

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

background-color css

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

 a { background-color: rgb(254,220,226); }

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

border-color css

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

 span { border-color: rgb(254,220,226); }

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