Html Css Color HEX #FDE0CF Provincial Pink

📋 copy color: '#FDE0CF'

red 253 ◦ green 224 ◦ blue 207

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

Shades of Provincial Pink #FDE0CF

Tints of Provincial Pink #FDE0CF

RGB

 RED value IS 253 (99.22% from 255) = 36.99%

 GREEN value IS 224 (87.89% from 255) = 32.75%

 BLUE value IS 207 (81.25% from 255) = 30.26%

R = 36.99%
G = 32.75%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDE0CF (or 0xFDE0CF) is known color: Provincial Pink. HEX triplet: FD, E0 and CF. RGB value is (253,224,207). Sum of RGB (Red+Green+Blue) = 253+224+207=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0CF is #021F30. Grayscale: #E6E6E6. Windows color (decimal): -139057 or 13623549. OLE color: 13623549.

HSL color Cylindrical-coordinate representation of color #FDE0CF: hue angle of 22.17º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDE0CF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 207 -
CMYK 0 0.11 0.18 0.01
HSL 22.17º 0.92% 0.9% -
HSV(B) 22.17º 0.18% 0.99% -
XYZ 78.43 78.7 70.09 -
YUV 230.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 253 224 207 0 0.11 0.18 0.01 22.17 0.92 0.9
Hex FD E0 CF 0 B 12 1 16 5C 5A
Octal 375 340 317 0 13 22 1 26 134 132
Binary 11111101 11100000 11001111 0 1011 10010 1 10110 1011100 1011010

Color Harmonies of #FDE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0CF

Black with #FDE0CF

Text Example


Text Example

White with #FDE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0CF; }

 p { color: rgb(253,224,207); }

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

background-color css

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

 a { background-color: rgb(253,224,207); }

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

border-color css

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

 span { border-color: rgb(253,224,207); }

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