#FADBE1

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

Shades of Carousel Pink #FADBE1

Tints of Carousel Pink #FADBE1

Color information

#FADBE1 (or 0xFADBE1) is unknown color: approx Carousel Pink. HEX triplet: FA, DB and E1. RGB value is (250,219,225). Sum of RGB (Red+Green+Blue) = 250+219+225=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE1 is #05241E. Grayscale: #E4E4E4. Windows color (decimal): -336927 or 14801914. OLE color: 14801914.

HSL color Cylindrical-coordinate representation of color #FADBE1: hue angle of 348.39º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADBE1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250219225-
CMYK00.120.100.02
HSL348.39º75.61%91.96%-
HSV(B)348.39º12.4%98.04%-
XYZ78.3576.4281.86-
YUV228.95125.77143.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 225 (88.28% from 255) = 32.42%
R=36.02%
G=31.56%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021922500.120.100.02348.3975.6191.96
HexFADBE10CA215c4c5c
Octal372333341014122534114134
Binary1111101011011011111000010110010101010101110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBE1; }

 p { color: rgb(250,219,225); }

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

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

 a { background-color: rgb(250,219,225); }

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

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

 span { border-color: rgb(250,219,225); }

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