Html Css Color HEX #F5DEED Pig Pink

📋 copy color: '#F5DEED'

red 245 ◦ green 222 ◦ blue 237

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

Shades of Pig Pink #F5DEED

Tints of Pig Pink #F5DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.53%

 BLUE value IS 237 (92.97% from 255) = 33.66%

R = 34.8%
G = 31.53%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5DEED (or 0xF5DEED) is known color: Pig Pink. HEX triplet: F5, DE and ED. RGB value is (245,222,237). Sum of RGB (Red+Green+Blue) = 245+222+237=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEED is #0A2112. Grayscale: #E6E6E6. Windows color (decimal): -663827 or 15589109. OLE color: 15589109.

HSL color Cylindrical-coordinate representation of color #F5DEED: hue angle of 320.87º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEED is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 237 -
CMYK 0 0.09 0.03 0.04
HSL 320.87º 0.53% 0.92% -
HSV(B) 320.87º 0.09% 0.96% -
XYZ 79.06 77.77 90.96 -
YUV 230.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 245 222 237 0 0.09 0.03 0.04 320.87 0.53 0.92
Hex F5 DE ED 0 9 3 4 141 35 5C
Octal 365 336 355 0 11 3 4 501 65 134
Binary 11110101 11011110 11101101 0 1001 11 100 101000001 110101 1011100

Color Harmonies of #F5DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEED

Black with #F5DEED

Text Example


Text Example

White with #F5DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEED; }

 p { color: rgb(245,222,237); }

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

background-color css

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

 a { background-color: rgb(245,222,237); }

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

border-color css

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

 span { border-color: rgb(245,222,237); }

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