Html Css Color HEX #F5DEEE Pig Pink

📋 copy color: '#F5DEEE'

red 245 ◦ green 222 ◦ blue 238

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

Shades of Pig Pink #F5DEEE

Tints of Pig Pink #F5DEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.76%

R = 34.75%
G = 31.49%
B = 33.76%

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

#F5DEEE (or 0xF5DEEE) is known color: Pig Pink. HEX triplet: F5, DE and EE. RGB value is (245,222,238). Sum of RGB (Red+Green+Blue) = 245+222+238=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEEE is #0A2111. Grayscale: #E6E6E6. Windows color (decimal): -663826 or 15654645. OLE color: 15654645.

HSL color Cylindrical-coordinate representation of color #F5DEEE: hue angle of 318.26º 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 #F5DEEE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 238 -
CMYK 0 0.09 0.03 0.04
HSL 318.26º 0.53% 0.92% -
HSV(B) 318.26º 0.09% 0.96% -
XYZ 79.21 77.83 91.74 -
YUV 230.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 245 222 238 0 0.09 0.03 0.04 318.26 0.53 0.92
Hex F5 DE EE 0 9 3 4 13E 35 5C
Octal 365 336 356 0 11 3 4 476 65 134
Binary 11110101 11011110 11101110 0 1001 11 100 100111110 110101 1011100

Color Harmonies of #F5DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEEE

Black with #F5DEEE

Text Example


Text Example

White with #F5DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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