Html Css Color HEX #F5DDE7 Pig Pink

📋 copy color: '#F5DDE7'

red 245 ◦ green 221 ◦ blue 231

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

Shades of Pig Pink #F5DDE7

Tints of Pig Pink #F5DDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.71%

 BLUE value IS 231 (90.63% from 255) = 33.14%

R = 35.15%
G = 31.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F5DDE7 (or 0xF5DDE7) is known color: Pig Pink. HEX triplet: F5, DD and E7. RGB value is (245,221,231). Sum of RGB (Red+Green+Blue) = 245+221+231=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDE7 is #0A2218. Grayscale: #E5E5E5. Windows color (decimal): -664089 or 15195637. OLE color: 15195637.

HSL color Cylindrical-coordinate representation of color #F5DDE7: hue angle of 335º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDE7 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 221 231 -
CMYK 0 0.10 0.06 0.04
HSL 335º 0.55% 0.91% -
HSV(B) 335º 0.1% 0.96% -
XYZ 77.94 76.89 86.34 -
YUV 229.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 245 221 231 0 0.10 0.06 0.04 335 0.55 0.91
Hex F5 DD E7 0 A 6 4 14F 37 5B
Octal 365 335 347 0 12 6 4 517 67 133
Binary 11110101 11011101 11100111 0 1010 110 100 101001111 110111 1011011

Color Harmonies of #F5DDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DDE7

Black with #F5DDE7

Text Example


Text Example

White with #F5DDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DDE7; }

 p { color: rgb(245,221,231); }

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

background-color css

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

 a { background-color: rgb(245,221,231); }

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

border-color css

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

 span { border-color: rgb(245,221,231); }

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