#FADBE2

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

Shades of Carousel Pink #FADBE2

Tints of Carousel Pink #FADBE2

Color information

#FADBE2 (or 0xFADBE2) is unknown color: approx Carousel Pink. HEX triplet: FA, DB and E2. RGB value is (250,219,226). Sum of RGB (Red+Green+Blue) = 250+219+226=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE2 is #05241D. Grayscale: #E5E5E5. Windows color (decimal): -336926 or 14867450. OLE color: 14867450.

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

Color convert

RGB250219226-
CMYK00.120.100.02
HSL346.45º75.61%91.96%-
HSV(B)346.45º12.4%98.04%-
XYZ78.4876.4882.58-
YUV229.07126.27142.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 226 (88.67% from 255) = 32.52%
R=35.97%
G=31.51%
B=32.52%

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
Decimal25021922600.120.100.02346.4575.6191.96
HexFADBE20CA215a4c5c
Octal372333342014122532114134
Binary1111101011011011111000100110010101010101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBE2; }

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

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

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

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

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

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

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

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