Html Css Color HEX #FED7E7 Pig Pink

📋 copy color: '#FED7E7'

red 254 ◦ green 215 ◦ blue 231

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

Shades of Pig Pink #FED7E7

Tints of Pig Pink #FED7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33%

R = 36.29%
G = 30.71%
B = 33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FED7E7 (or 0xFED7E7) is known color: Pig Pink. HEX triplet: FE, D7 and E7. RGB value is (254,215,231). Sum of RGB (Red+Green+Blue) = 254+215+231=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 215 (84.38% from 255 or 30.71% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7E7 is #012818. Grayscale: #E4E4E4. Windows color (decimal): -75801 or 15194110. OLE color: 15194110.

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

Color convert

RGB 254 215 231 -
CMYK 0 0.15 0.09 0.00
HSL 335.38º 0.95% 0.92% -
HSV(B) 335.38º 0.15% 1% -
XYZ 79.6 75.44 85.97 -
YUV 228.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 254 215 231 0 0.15 0.09 0.00 335.38 0.95 0.92
Hex FE D7 E7 0 F 9 0 14F 5F 5C
Octal 376 327 347 0 17 11 0 517 137 134
Binary 11111110 11010111 11100111 0 1111 1001 0 101001111 1011111 1011100

Color Harmonies of #FED7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7E7

Black with #FED7E7

Text Example


Text Example

White with #FED7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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