Html Css Color HEX #FAE6DB Provincial Pink

📋 copy color: '#FAE6DB'

red 250 ◦ green 230 ◦ blue 219

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

Shades of Provincial Pink #FAE6DB

Tints of Provincial Pink #FAE6DB

RGB

 RED value IS 250 (98.05% from 255) = 35.77%

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

 BLUE value IS 219 (85.94% from 255) = 31.33%

R = 35.77%
G = 32.9%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAE6DB (or 0xFAE6DB) is known color: Provincial Pink. HEX triplet: FA, E6 and DB. RGB value is (250,230,219). Sum of RGB (Red+Green+Blue) = 250+230+219=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6DB is #051924. Grayscale: #EAEAEA. Windows color (decimal): -334117 or 14411514. OLE color: 14411514.

HSL color Cylindrical-coordinate representation of color #FAE6DB: hue angle of 21.29º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE6DB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 219 -
CMYK 0 0.08 0.12 0.02
HSL 21.29º 0.76% 0.92% -
HSV(B) 21.29º 0.12% 0.98% -
XYZ 80.51 82.03 78.61 -
YUV 234.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 250 230 219 0 0.08 0.12 0.02 21.29 0.76 0.92
Hex FA E6 DB 0 8 C 2 15 4C 5C
Octal 372 346 333 0 10 14 2 25 114 134
Binary 11111010 11100110 11011011 0 1000 1100 10 10101 1001100 1011100

Color Harmonies of #FAE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6DB

Black with #FAE6DB

Text Example


Text Example

White with #FAE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6DB; }

 p { color: rgb(250,230,219); }

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

background-color css

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

 a { background-color: rgb(250,230,219); }

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

border-color css

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

 span { border-color: rgb(250,230,219); }

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