Html Css Color HEX #FED5D7 We Peep

📋 copy color: '#FED5D7'

red 254 ◦ green 213 ◦ blue 215

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

Shades of We Peep #FED5D7

Tints of We Peep #FED5D7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.23%

 BLUE value IS 215 (84.38% from 255) = 31.52%

R = 37.24%
G = 31.23%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FED5D7 (or 0xFED5D7) is known color: We Peep. HEX triplet: FE, D5 and D7. RGB value is (254,213,215). Sum of RGB (Red+Green+Blue) = 254+213+215=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5D7 is #012A28. Grayscale: #E1E1E1. Windows color (decimal): -76329 or 14145022. OLE color: 14145022.

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

Color convert

RGB 254 213 215 -
CMYK 0 0.16 0.15 0.00
HSL 357.07º 0.95% 0.92% -
HSV(B) 357.07º 0.16% 1% -
XYZ 76.93 73.57 74.43 -
YUV 225.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 254 213 215 0 0.16 0.15 0.00 357.07 0.95 0.92
Hex FE D5 D7 0 10 F 0 165 5F 5C
Octal 376 325 327 0 20 17 0 545 137 134
Binary 11111110 11010101 11010111 0 10000 1111 0 101100101 1011111 1011100

Color Harmonies of #FED5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5D7

Black with #FED5D7

Text Example


Text Example

White with #FED5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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