Html Css Color HEX #FEDCE4 Carousel Pink

📋 copy color: '#FEDCE4'

red 254 ◦ green 220 ◦ blue 228

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

Shades of Carousel Pink #FEDCE4

Tints of Carousel Pink #FEDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.48%

R = 36.18%
G = 31.34%
B = 32.48%

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

#FEDCE4 (or 0xFEDCE4) is known color: Carousel Pink. HEX triplet: FE, DC and E4. RGB value is (254,220,228). Sum of RGB (Red+Green+Blue) = 254+220+228=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE4 is #01231B. Grayscale: #E7E7E7. Windows color (decimal): -74524 or 14998782. OLE color: 14998782.

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

Color convert

RGB 254 220 228 -
CMYK 0 0.13 0.10 0.00
HSL 345.88º 0.94% 0.93% -
HSV(B) 345.88º 0.13% 1% -
XYZ 80.47 77.86 84.19 -
YUV 231.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 254 220 228 0 0.13 0.10 0.00 345.88 0.94 0.93
Hex FE DC E4 0 D A 0 15A 5E 5D
Octal 376 334 344 0 15 12 0 532 136 135
Binary 11111110 11011100 11100100 0 1101 1010 0 101011010 1011110 1011101

Color Harmonies of #FEDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE4

Black with #FEDCE4

Text Example


Text Example

White with #FEDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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