#FEDFE3

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

Shades of Carousel Pink #FEDFE3

Tints of Carousel Pink #FEDFE3

Color information

#FEDFE3 (or 0xFEDFE3) is unknown color: approx Carousel Pink. HEX triplet: FE, DF and E3. RGB value is (254,223,227). Sum of RGB (Red+Green+Blue) = 254+223+227=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE3 is #01201C. Grayscale: #E8E8E8. Windows color (decimal): -73757 or 14934014. OLE color: 14934014.

HSL color Cylindrical-coordinate representation of color #FEDFE3: hue angle of 352.26º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFE3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254223227-
CMYK00.120.110.00
HSL352.26º93.94%93.53%-
HSV(B)352.26º12.2%99.61%-
XYZ81.1379.3983.72-
YUV232.72124.77143.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 227 (89.06% from 255) = 32.24%
R=36.08%
G=31.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322700.120.110.00352.2693.9493.53
HexFEDFE30CB01605e5e
Octal376337343014130540136136
Binary111111101101111111100011011001011010110000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE3; }

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

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

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

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

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

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

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

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