Html Css Color HEX #FAE3E6 Carousel Pink

📋 copy color: '#FAE3E6'

red 250 ◦ green 227 ◦ blue 230

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

Shades of Carousel Pink #FAE3E6

Tints of Carousel Pink #FAE3E6

RGB

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

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

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

R = 35.36%
G = 32.11%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE3E6 (or 0xFAE3E6) is known color: Carousel Pink. HEX triplet: FA, E3 and E6. RGB value is (250,227,230). Sum of RGB (Red+Green+Blue) = 250+227+230=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3E6 is #051C19. Grayscale: #EAEAEA. Windows color (decimal): -334874 or 15131642. OLE color: 15131642.

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

Color convert

RGB 250 227 230 -
CMYK 0 0.09 0.08 0.02
HSL 352.17º 0.7% 0.94% -
HSV(B) 352.17º 0.09% 0.98% -
XYZ 81.18 80.98 86.21 -
YUV 234.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 250 227 230 0 0.09 0.08 0.02 352.17 0.7 0.94
Hex FA E3 E6 0 9 8 2 160 46 5E
Octal 372 343 346 0 11 10 2 540 106 136
Binary 11111010 11100011 11100110 0 1001 1000 10 101100000 1000110 1011110

Color Harmonies of #FAE3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3E6

Black with #FAE3E6

Text Example


Text Example

White with #FAE3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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