Html Css Color HEX #FED9DF Carousel Pink

📋 copy color: '#FED9DF'

red 254 ◦ green 217 ◦ blue 223

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

Shades of Carousel Pink #FED9DF

Tints of Carousel Pink #FED9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.27%

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

R = 36.6%
G = 31.27%
B = 32.13%

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

#FED9DF (or 0xFED9DF) is known color: Carousel Pink. HEX triplet: FE, D9 and DF. RGB value is (254,217,223). Sum of RGB (Red+Green+Blue) = 254+217+223=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DF is #012620. Grayscale: #E4E4E4. Windows color (decimal): -75297 or 14670334. OLE color: 14670334.

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

Color convert

RGB 254 217 223 -
CMYK 0 0.15 0.12 0.00
HSL 350.27º 0.95% 0.92% -
HSV(B) 350.27º 0.15% 1% -
XYZ 79.01 76.02 80.32 -
YUV 228.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 254 217 223 0 0.15 0.12 0.00 350.27 0.95 0.92
Hex FE D9 DF 0 F C 0 15E 5F 5C
Octal 376 331 337 0 17 14 0 536 137 134
Binary 11111110 11011001 11011111 0 1111 1100 0 101011110 1011111 1011100

Color Harmonies of #FED9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9DF

Black with #FED9DF

Text Example


Text Example

White with #FED9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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