Html Css Color HEX #FED7DA We Peep

📋 copy color: '#FED7DA'

red 254 ◦ green 215 ◦ blue 218

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

Shades of We Peep #FED7DA

Tints of We Peep #FED7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.73%

R = 36.97%
G = 31.3%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FED7DA (or 0xFED7DA) is known color: We Peep. HEX triplet: FE, D7 and DA. RGB value is (254,215,218). Sum of RGB (Red+Green+Blue) = 254+215+218=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7DA is #012825. Grayscale: #E3E3E3. Windows color (decimal): -75814 or 14342142. OLE color: 14342142.

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

Color convert

RGB 254 215 218 -
CMYK 0 0.15 0.14 0.00
HSL 355.38º 0.95% 0.92% -
HSV(B) 355.38º 0.15% 1% -
XYZ 77.83 74.73 76.65 -
YUV 227 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 254 215 218 0 0.15 0.14 0.00 355.38 0.95 0.92
Hex FE D7 DA 0 F E 0 163 5F 5C
Octal 376 327 332 0 17 16 0 543 137 134
Binary 11111110 11010111 11011010 0 1111 1110 0 101100011 1011111 1011100

Color Harmonies of #FED7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7DA

Black with #FED7DA

Text Example


Text Example

White with #FED7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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