Html Css Color HEX #FED2C6 Cinderella

📋 copy color: '#FED2C6'

red 254 ◦ green 210 ◦ blue 198

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

Shades of Cinderella #FED2C6

Tints of Cinderella #FED2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.72%

 BLUE value IS 198 (77.73% from 255) = 29.91%

R = 38.37%
G = 31.72%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FED2C6 (or 0xFED2C6) is known color: Cinderella. HEX triplet: FE, D2 and C6. RGB value is (254,210,198). Sum of RGB (Red+Green+Blue) = 254+210+198=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C6 is #012D39. Grayscale: #DDDDDD. Windows color (decimal): -77114 or 13030142. OLE color: 13030142.

HSL color Cylindrical-coordinate representation of color #FED2C6: hue angle of 12.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED2C6 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 198 -
CMYK 0 0.17 0.22 0.00
HSL 12.86º 0.97% 0.89% -
HSV(B) 12.86º 0.22% 1% -
XYZ 74.11 71.24 63.27 -
YUV 221.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 254 210 198 0 0.17 0.22 0.00 12.86 0.97 0.89
Hex FE D2 C6 0 11 16 0 D 61 59
Octal 376 322 306 0 21 26 0 15 141 131
Binary 11111110 11010010 11000110 0 10001 10110 0 1101 1100001 1011001

Color Harmonies of #FED2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2C6

Black with #FED2C6

Text Example


Text Example

White with #FED2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2C6; }

 p { color: rgb(254,210,198); }

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

background-color css

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

 a { background-color: rgb(254,210,198); }

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

border-color css

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

 span { border-color: rgb(254,210,198); }

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