Html Css Color HEX #FED8DF Carousel Pink

📋 copy color: '#FED8DF'

red 254 ◦ green 216 ◦ blue 223

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

Shades of Carousel Pink #FED8DF

Tints of Carousel Pink #FED8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.17%

 BLUE value IS 223 (87.5% from 255) = 32.18%

R = 36.65%
G = 31.17%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FED8DF (or 0xFED8DF) is known color: Carousel Pink. HEX triplet: FE, D8 and DF. RGB value is (254,216,223). Sum of RGB (Red+Green+Blue) = 254+216+223=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DF is #012720. Grayscale: #E4E4E4. Windows color (decimal): -75553 or 14670078. OLE color: 14670078.

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

Color convert

RGB 254 216 223 -
CMYK 0 0.15 0.12 0.00
HSL 348.95º 0.95% 0.92% -
HSV(B) 348.95º 0.15% 1% -
XYZ 78.75 75.51 80.24 -
YUV 228.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 254 216 223 0 0.15 0.12 0.00 348.95 0.95 0.92
Hex FE D8 DF 0 F C 0 15D 5F 5C
Octal 376 330 337 0 17 14 0 535 137 134
Binary 11111110 11011000 11011111 0 1111 1100 0 101011101 1011111 1011100

Color Harmonies of #FED8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8DF

Black with #FED8DF

Text Example


Text Example

White with #FED8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8DF; }

 p { color: rgb(254,216,223); }

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

background-color css

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

 a { background-color: rgb(254,216,223); }

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

border-color css

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

 span { border-color: rgb(254,216,223); }

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