Html Css Color HEX #F5E6DF Provincial Pink

📋 copy color: '#F5E6DF'

red 245 ◦ green 230 ◦ blue 223

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

Shades of Provincial Pink #F5E6DF

Tints of Provincial Pink #F5E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.95%

 BLUE value IS 223 (87.5% from 255) = 31.95%

R = 35.1%
G = 32.95%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5E6DF (or 0xF5E6DF) is known color: Provincial Pink. HEX triplet: F5, E6 and DF. RGB value is (245,230,223). Sum of RGB (Red+Green+Blue) = 245+230+223=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6DF is #0A1920. Grayscale: #E9E9E9. Windows color (decimal): -661793 or 14673653. OLE color: 14673653.

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

Color convert

RGB 245 230 223 -
CMYK 0 0.06 0.09 0.04
HSL 19.09º 0.52% 0.92% -
HSV(B) 19.09º 0.09% 0.96% -
XYZ 79.27 81.33 81.33 -
YUV 233.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 245 230 223 0 0.06 0.09 0.04 19.09 0.52 0.92
Hex F5 E6 DF 0 6 9 4 13 34 5C
Octal 365 346 337 0 6 11 4 23 64 134
Binary 11110101 11100110 11011111 0 110 1001 100 10011 110100 1011100

Color Harmonies of #F5E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E6DF

Black with #F5E6DF

Text Example


Text Example

White with #F5E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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