#FADEE3

Color #FADEE3 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #FADEE3

Tints of Carousel Pink #FADEE3

Color information

#FADEE3 (or 0xFADEE3) is unknown color: approx Carousel Pink. HEX triplet: FA, DE and E3. RGB value is (250,222,227). Sum of RGB (Red+Green+Blue) = 250+222+227=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE3 is #05211C. Grayscale: #E6E6E6. Windows color (decimal): -336157 or 14933754. OLE color: 14933754.

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

Color convert

RGB250222227-
CMYK00.110.090.02
HSL349.29º73.68%92.55%-
HSV(B)349.29º11.2%98.04%-
XYZ79.4178.1183.56-
YUV230.94125.78141.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 227 (89.06% from 255) = 32.47%
R=35.77%
G=31.76%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022222700.110.090.02349.2973.6892.55
HexFADEE30B9215d4a5d
Octal372336343013112535112135
Binary1111101011011110111000110101110011010101110110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEE3; }

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

 H1.HeaderClassName
 {
   color: #FADEE3;
 }
 .AnyTagClassName
 {
   color: #FADEE3;
 }
</style>
background-color css

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

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

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

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

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

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