Html Css Color HEX #FAE5DA Provincial Pink

📋 copy color: '#FAE5DA'

red 250 ◦ green 229 ◦ blue 218

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

Shades of Provincial Pink #FAE5DA

Tints of Provincial Pink #FAE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.86%

 BLUE value IS 218 (85.55% from 255) = 31.28%

R = 35.87%
G = 32.86%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAE5DA (or 0xFAE5DA) is known color: Provincial Pink. HEX triplet: FA, E5 and DA. RGB value is (250,229,218). Sum of RGB (Red+Green+Blue) = 250+229+218=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DA is #051A25. Grayscale: #EAEAEA. Windows color (decimal): -334374 or 14345722. OLE color: 14345722.

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

Color convert

RGB 250 229 218 -
CMYK 0 0.08 0.13 0.02
HSL 20.63º 0.76% 0.92% -
HSV(B) 20.63º 0.13% 0.98% -
XYZ 80.1 81.42 77.82 -
YUV 234.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 250 229 218 0 0.08 0.13 0.02 20.63 0.76 0.92
Hex FA E5 DA 0 8 D 2 15 4C 5C
Octal 372 345 332 0 10 15 2 25 114 134
Binary 11111010 11100101 11011010 0 1000 1101 10 10101 1001100 1011100

Color Harmonies of #FAE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5DA

Black with #FAE5DA

Text Example


Text Example

White with #FAE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5DA; }

 p { color: rgb(250,229,218); }

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

background-color css

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

 a { background-color: rgb(250,229,218); }

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

border-color css

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

 span { border-color: rgb(250,229,218); }

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