Html Css Color HEX #FAE2E3 Pale Pink

📋 copy color: '#FAE2E3'

red 250 ◦ green 226 ◦ blue 227

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

Shades of Pale Pink #FAE2E3

Tints of Pale Pink #FAE2E3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.15%

 BLUE value IS 227 (89.06% from 255) = 32.29%

R = 35.56%
G = 32.15%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAE2E3 (or 0xFAE2E3) is known color: Pale Pink. HEX triplet: FA, E2 and E3. RGB value is (250,226,227). Sum of RGB (Red+Green+Blue) = 250+226+227=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2E3 is #051D1C. Grayscale: #E9E9E9. Windows color (decimal): -335133 or 14934778. OLE color: 14934778.

HSL color Cylindrical-coordinate representation of color #FAE2E3: hue angle of 357.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE2E3 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 227 -
CMYK 0 0.10 0.09 0.02
HSL 357.5º 0.71% 0.93% -
HSV(B) 357.5º 0.1% 0.98% -
XYZ 80.49 80.26 83.92 -
YUV 233.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 250 226 227 0 0.10 0.09 0.02 357.5 0.71 0.93
Hex FA E2 E3 0 A 9 2 166 47 5D
Octal 372 342 343 0 12 11 2 546 107 135
Binary 11111010 11100010 11100011 0 1010 1001 10 101100110 1000111 1011101

Color Harmonies of #FAE2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2E3

Black with #FAE2E3

Text Example


Text Example

White with #FAE2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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