Html Css Color HEX #F9DFCE Provincial Pink

📋 copy color: '#F9DFCE'

red 249 ◦ green 223 ◦ blue 206

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

Shades of Provincial Pink #F9DFCE

Tints of Provincial Pink #F9DFCE

RGB

 RED value IS 249 (97.66% from 255) = 36.73%

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

 BLUE value IS 206 (80.86% from 255) = 30.38%

R = 36.73%
G = 32.89%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9DFCE (or 0xF9DFCE) is known color: Provincial Pink. HEX triplet: F9, DF and CE. RGB value is (249,223,206). Sum of RGB (Red+Green+Blue) = 249+223+206=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFCE is #062031. Grayscale: #E4E4E4. Windows color (decimal): -401458 or 13557753. OLE color: 13557753.

HSL color Cylindrical-coordinate representation of color #F9DFCE: hue angle of 23.72º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9DFCE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 206 -
CMYK 0 0.10 0.17 0.02
HSL 23.72º 0.78% 0.89% -
HSV(B) 23.72º 0.17% 0.98% -
XYZ 76.6 77.37 69.29 -
YUV 228.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 249 223 206 0 0.10 0.17 0.02 23.72 0.78 0.89
Hex F9 DF CE 0 A 11 2 18 4E 59
Octal 371 337 316 0 12 21 2 30 116 131
Binary 11111001 11011111 11001110 0 1010 10001 10 11000 1001110 1011001

Color Harmonies of #F9DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFCE

Black with #F9DFCE

Text Example


Text Example

White with #F9DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFCE; }

 p { color: rgb(249,223,206); }

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

background-color css

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

 a { background-color: rgb(249,223,206); }

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

border-color css

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

 span { border-color: rgb(249,223,206); }

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