Html Css Color HEX #FEDCE3 Carousel Pink

📋 copy color: '#FEDCE3'

red 254 ◦ green 220 ◦ blue 227

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

Shades of Carousel Pink #FEDCE3

Tints of Carousel Pink #FEDCE3

RGB

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

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

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

R = 36.23%
G = 31.38%
B = 32.38%

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

#FEDCE3 (or 0xFEDCE3) is known color: Carousel Pink. HEX triplet: FE, DC and E3. RGB value is (254,220,227). Sum of RGB (Red+Green+Blue) = 254+220+227=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE3 is #01231C. Grayscale: #E6E6E6. Windows color (decimal): -74525 or 14933246. OLE color: 14933246.

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

Color convert

RGB 254 220 227 -
CMYK 0 0.13 0.11 0.00
HSL 347.65º 0.94% 0.93% -
HSV(B) 347.65º 0.13% 1% -
XYZ 80.33 77.8 83.46 -
YUV 230.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 254 220 227 0 0.13 0.11 0.00 347.65 0.94 0.93
Hex FE DC E3 0 D B 0 15C 5E 5D
Octal 376 334 343 0 15 13 0 534 136 135
Binary 11111110 11011100 11100011 0 1101 1011 0 101011100 1011110 1011101

Color Harmonies of #FEDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE3

Black with #FEDCE3

Text Example


Text Example

White with #FEDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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