Html Css Color HEX #FED7C4 Tuft Bush

📋 copy color: '#FED7C4'

red 254 ◦ green 215 ◦ blue 196

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

Shades of Tuft Bush #FED7C4

Tints of Tuft Bush #FED7C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.47%

R = 38.2%
G = 32.33%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FED7C4 (or 0xFED7C4) is known color: Tuft Bush. HEX triplet: FE, D7 and C4. RGB value is (254,215,196). Sum of RGB (Red+Green+Blue) = 254+215+196=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 196 (76.95% from 255 or 29.47% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C4 is #01283B. Grayscale: #E0E0E0. Windows color (decimal): -75836 or 12900350. OLE color: 12900350.

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

Color convert

RGB 254 215 196 -
CMYK 0 0.15 0.23 0.00
HSL 19.66º 0.97% 0.88% -
HSV(B) 19.66º 0.23% 1% -
XYZ 75.14 73.66 62.48 -
YUV 224.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 254 215 196 0 0.15 0.23 0.00 19.66 0.97 0.88
Hex FE D7 C4 0 F 17 0 14 61 58
Octal 376 327 304 0 17 27 0 24 141 130
Binary 11111110 11010111 11000100 0 1111 10111 0 10100 1100001 1011000

Color Harmonies of #FED7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7C4

Black with #FED7C4

Text Example


Text Example

White with #FED7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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