Html Css Color HEX #FED6DF Carousel Pink

📋 copy color: '#FED6DF'

red 254 ◦ green 214 ◦ blue 223

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

Shades of Carousel Pink #FED6DF

Tints of Carousel Pink #FED6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.97%

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

R = 36.76%
G = 30.97%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FED6DF (or 0xFED6DF) is known color: Carousel Pink. HEX triplet: FE, D6 and DF. RGB value is (254,214,223). Sum of RGB (Red+Green+Blue) = 254+214+223=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DF is #012920. Grayscale: #E2E2E2. Windows color (decimal): -76065 or 14669566. OLE color: 14669566.

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

Color convert

RGB 254 214 223 -
CMYK 0 0.16 0.12 0.00
HSL 346.5º 0.95% 0.92% -
HSV(B) 346.5º 0.16% 1% -
XYZ 78.24 74.49 80.07 -
YUV 226.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 254 214 223 0 0.16 0.12 0.00 346.5 0.95 0.92
Hex FE D6 DF 0 10 C 0 15A 5F 5C
Octal 376 326 337 0 20 14 0 532 137 134
Binary 11111110 11010110 11011111 0 10000 1100 0 101011010 1011111 1011100

Color Harmonies of #FED6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6DF

Black with #FED6DF

Text Example


Text Example

White with #FED6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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