#FADFE3

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

Shades of Carousel Pink #FADFE3

Tints of Carousel Pink #FADFE3

Color information

#FADFE3 (or 0xFADFE3) is unknown color: approx Carousel Pink. HEX triplet: FA, DF and E3. RGB value is (250,223,227). Sum of RGB (Red+Green+Blue) = 250+223+227=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE3 is #05201C. Grayscale: #E7E7E7. Windows color (decimal): -335901 or 14934010. OLE color: 14934010.

HSL color Cylindrical-coordinate representation of color #FADFE3: hue angle of 351.11º degrees, saturation: 0.73, 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 #FADFE3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250223227-
CMYK00.110.090.02
HSL351.11º72.97%92.75%-
HSV(B)351.11º10.8%98.04%-
XYZ79.6878.6583.65-
YUV231.53125.45141.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=35.71%
G=31.86%
B=32.43%

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
Decimal25022322700.110.090.02351.1172.9792.75
HexFADFE30B9215f495d
Octal372337343013112537111135
Binary1111101011011111111000110101110011010101111110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE3; }

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

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

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

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

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

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

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

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