Html Css Color HEX #F5DFED Pig Pink

📋 copy color: '#F5DFED'

red 245 ◦ green 223 ◦ blue 237

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

Shades of Pig Pink #F5DFED

Tints of Pig Pink #F5DFED

RGB

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

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

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

R = 34.75%
G = 31.63%
B = 33.62%

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

#F5DFED (or 0xF5DFED) is known color: Pig Pink. HEX triplet: F5, DF and ED. RGB value is (245,223,237). Sum of RGB (Red+Green+Blue) = 245+223+237=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFED is #0A2012. Grayscale: #E7E7E7. Windows color (decimal): -663571 or 15589365. OLE color: 15589365.

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

Color convert

RGB 245 223 237 -
CMYK 0 0.09 0.03 0.04
HSL 321.82º 0.52% 0.92% -
HSV(B) 321.82º 0.09% 0.96% -
XYZ 79.33 78.3 91.05 -
YUV 231.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 245 223 237 0 0.09 0.03 0.04 321.82 0.52 0.92
Hex F5 DF ED 0 9 3 4 142 34 5C
Octal 365 337 355 0 11 3 4 502 64 134
Binary 11110101 11011111 11101101 0 1001 11 100 101000010 110100 1011100

Color Harmonies of #F5DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFED

Black with #F5DFED

Text Example


Text Example

White with #F5DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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