Html Css Color HEX #F5DFD5 Provincial Pink

📋 copy color: '#F5DFD5'

red 245 ◦ green 223 ◦ blue 213

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

Shades of Provincial Pink #F5DFD5

Tints of Provincial Pink #F5DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.28%

R = 35.98%
G = 32.75%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5DFD5 (or 0xF5DFD5) is known color: Provincial Pink. HEX triplet: F5, DF and D5. RGB value is (245,223,213). Sum of RGB (Red+Green+Blue) = 245+223+213=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFD5 is #0A202A. Grayscale: #E4E4E4. Windows color (decimal): -663595 or 14016501. OLE color: 14016501.

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

Color convert

RGB 245 223 213 -
CMYK 0 0.09 0.13 0.04
HSL 18.75º 0.62% 0.9% -
HSV(B) 18.75º 0.13% 0.96% -
XYZ 76.05 76.99 73.8 -
YUV 228.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 245 223 213 0 0.09 0.13 0.04 18.75 0.62 0.9
Hex F5 DF D5 0 9 D 4 13 3E 5A
Octal 365 337 325 0 11 15 4 23 76 132
Binary 11110101 11011111 11010101 0 1001 1101 100 10011 111110 1011010

Color Harmonies of #F5DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFD5

Black with #F5DFD5

Text Example


Text Example

White with #F5DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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