Html Css Color HEX #FAE3DA Provincial Pink

📋 copy color: '#FAE3DA'

red 250 ◦ green 227 ◦ blue 218

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

Shades of Provincial Pink #FAE3DA

Tints of Provincial Pink #FAE3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.66%

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

R = 35.97%
G = 32.66%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAE3DA (or 0xFAE3DA) is known color: Provincial Pink. HEX triplet: FA, E3 and DA. RGB value is (250,227,218). Sum of RGB (Red+Green+Blue) = 250+227+218=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DA is #051C25. Grayscale: #E8E8E8. Windows color (decimal): -334886 or 14345210. OLE color: 14345210.

HSL color Cylindrical-coordinate representation of color #FAE3DA: hue angle of 16.88º 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 #FAE3DA is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 218 -
CMYK 0 0.09 0.13 0.02
HSL 16.88º 0.76% 0.92% -
HSV(B) 16.88º 0.13% 0.98% -
XYZ 79.55 80.32 77.64 -
YUV 232.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 250 227 218 0 0.09 0.13 0.02 16.88 0.76 0.92
Hex FA E3 DA 0 9 D 2 11 4C 5C
Octal 372 343 332 0 11 15 2 21 114 134
Binary 11111010 11100011 11011010 0 1001 1101 10 10001 1001100 1011100

Color Harmonies of #FAE3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3DA

Black with #FAE3DA

Text Example


Text Example

White with #FAE3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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