Html Css Color HEX #FAE2E5 Carousel Pink

📋 copy color: '#FAE2E5'

red 250 ◦ green 226 ◦ blue 229

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

Shades of Carousel Pink #FAE2E5

Tints of Carousel Pink #FAE2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.48%

R = 35.46%
G = 32.06%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE2E5 (or 0xFAE2E5) is known color: Carousel Pink. HEX triplet: FA, E2 and E5. RGB value is (250,226,229). Sum of RGB (Red+Green+Blue) = 250+226+229=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2E5 is #051D1A. Grayscale: #E9E9E9. Windows color (decimal): -335131 or 15065850. OLE color: 15065850.

HSL color Cylindrical-coordinate representation of color #FAE2E5: hue angle of 352.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 #FAE2E5 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 229 -
CMYK 0 0.10 0.08 0.02
HSL 352.5º 0.71% 0.93% -
HSV(B) 352.5º 0.1% 0.98% -
XYZ 80.76 80.37 85.39 -
YUV 233.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 250 226 229 0 0.10 0.08 0.02 352.5 0.71 0.93
Hex FA E2 E5 0 A 8 2 160 47 5D
Octal 372 342 345 0 12 10 2 540 107 135
Binary 11111010 11100010 11100101 0 1010 1000 10 101100000 1000111 1011101

Color Harmonies of #FAE2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2E5

Black with #FAE2E5

Text Example


Text Example

White with #FAE2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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