Html Css Color HEX #FED7C6 Cinderella

📋 copy color: '#FED7C6'

red 254 ◦ green 215 ◦ blue 198

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

Shades of Cinderella #FED7C6

Tints of Cinderella #FED7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.23%

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

R = 38.08%
G = 32.23%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FED7C6 (or 0xFED7C6) is known color: Cinderella. HEX triplet: FE, D7 and C6. RGB value is (254,215,198). Sum of RGB (Red+Green+Blue) = 254+215+198=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 198 (77.73% from 255 or 29.69% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C6 is #012839. Grayscale: #E0E0E0. Windows color (decimal): -75834 or 13031422. OLE color: 13031422.

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

Color convert

RGB 254 215 198 -
CMYK 0 0.15 0.22 0.00
HSL 18.21º 0.97% 0.89% -
HSV(B) 18.21º 0.22% 1% -
XYZ 75.37 73.75 63.69 -
YUV 224.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 254 215 198 0 0.15 0.22 0.00 18.21 0.97 0.89
Hex FE D7 C6 0 F 16 0 12 61 59
Octal 376 327 306 0 17 26 0 22 141 131
Binary 11111110 11010111 11000110 0 1111 10110 0 10010 1100001 1011001

Color Harmonies of #FED7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7C6

Black with #FED7C6

Text Example


Text Example

White with #FED7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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