#FADFE4

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

Shades of Carousel Pink #FADFE4

Tints of Carousel Pink #FADFE4

Color information

#FADFE4 (or 0xFADFE4) is unknown color: approx Carousel Pink. HEX triplet: FA, DF and E4. RGB value is (250,223,228). Sum of RGB (Red+Green+Blue) = 250+223+228=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE4 is #05201B. Grayscale: #E7E7E7. Windows color (decimal): -335900 or 14999546. OLE color: 14999546.

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

Color convert

RGB250223228-
CMYK00.110.090.02
HSL348.89º72.97%92.75%-
HSV(B)348.89º10.8%98.04%-
XYZ79.8278.784.38-
YUV231.64125.95141.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 228 (89.45% from 255) = 32.52%
R=35.66%
G=31.81%
B=32.52%

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
Decimal25022322800.110.090.02348.8972.9792.75
HexFADFE40B9215d495d
Octal372337344013112535111135
Binary1111101011011111111001000101110011010101110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE4; }

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

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

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

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

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

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

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

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