Html Css Color HEX #FAE2E6 Carousel Pink

📋 copy color: '#FAE2E6'

red 250 ◦ green 226 ◦ blue 230

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

Shades of Carousel Pink #FAE2E6

Tints of Carousel Pink #FAE2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.58%

R = 35.41%
G = 32.01%
B = 32.58%

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

#FAE2E6 (or 0xFAE2E6) is known color: Carousel Pink. HEX triplet: FA, E2 and E6. RGB value is (250,226,230). Sum of RGB (Red+Green+Blue) = 250+226+230=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2E6 is #051D19. Grayscale: #E9E9E9. Windows color (decimal): -335130 or 15131386. OLE color: 15131386.

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

Color convert

RGB 250 226 230 -
CMYK 0 0.10 0.08 0.02
HSL 350º 0.71% 0.93% -
HSV(B) 350º 0.1% 0.98% -
XYZ 80.9 80.43 86.12 -
YUV 233.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 250 226 230 0 0.10 0.08 0.02 350 0.71 0.93
Hex FA E2 E6 0 A 8 2 15E 47 5D
Octal 372 342 346 0 12 10 2 536 107 135
Binary 11111010 11100010 11100110 0 1010 1000 10 101011110 1000111 1011101

Color Harmonies of #FAE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2E6

Black with #FAE2E6

Text Example


Text Example

White with #FAE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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