Html Css Color HEX #F5DFEE Pig Pink

📋 copy color: '#F5DFEE'

red 245 ◦ green 223 ◦ blue 238

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

Shades of Pig Pink #F5DFEE

Tints of Pig Pink #F5DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.59%

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

R = 34.7%
G = 31.59%
B = 33.71%

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

#F5DFEE (or 0xF5DFEE) is known color: Pig Pink. HEX triplet: F5, DF and EE. RGB value is (245,223,238). Sum of RGB (Red+Green+Blue) = 245+223+238=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFEE is #0A2011. Grayscale: #E7E7E7. Windows color (decimal): -663570 or 15654901. OLE color: 15654901.

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

Color convert

RGB 245 223 238 -
CMYK 0 0.09 0.03 0.04
HSL 319.09º 0.52% 0.92% -
HSV(B) 319.09º 0.09% 0.96% -
XYZ 79.48 78.36 91.83 -
YUV 231.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 245 223 238 0 0.09 0.03 0.04 319.09 0.52 0.92
Hex F5 DF EE 0 9 3 4 13F 34 5C
Octal 365 337 356 0 11 3 4 477 64 134
Binary 11110101 11011111 11101110 0 1001 11 100 100111111 110100 1011100

Color Harmonies of #F5DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFEE

Black with #F5DFEE

Text Example


Text Example

White with #F5DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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