Html Css Color HEX #F5D7EA Pig Pink

📋 copy color: '#F5D7EA'

red 245 ◦ green 215 ◦ blue 234

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

Shades of Pig Pink #F5D7EA

Tints of Pig Pink #F5D7EA

RGB

 RED value IS 245 (96.09% from 255) = 35.3%

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

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 35.3%
G = 30.98%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5D7EA (or 0xF5D7EA) is known color: Pig Pink. HEX triplet: F5, D7 and EA. RGB value is (245,215,234). Sum of RGB (Red+Green+Blue) = 245+215+234=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7EA is #0A2815. Grayscale: #E2E2E2. Windows color (decimal): -665622 or 15390709. OLE color: 15390709.

HSL color Cylindrical-coordinate representation of color #F5D7EA: hue angle of 322º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7EA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 234 -
CMYK 0 0.12 0.04 0.04
HSL 322º 0.6% 0.9% -
HSV(B) 322º 0.12% 0.96% -
XYZ 76.81 73.95 88.07 -
YUV 226.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 245 215 234 0 0.12 0.04 0.04 322 0.6 0.9
Hex F5 D7 EA 0 C 4 4 142 3C 5A
Octal 365 327 352 0 14 4 4 502 74 132
Binary 11110101 11010111 11101010 0 1100 100 100 101000010 111100 1011010

Color Harmonies of #F5D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D7EA

Black with #F5D7EA

Text Example


Text Example

White with #F5D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D7EA; }

 p { color: rgb(245,215,234); }

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

background-color css

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

 a { background-color: rgb(245,215,234); }

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

border-color css

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

 span { border-color: rgb(245,215,234); }

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