#FEDFE4

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

Shades of Carousel Pink #FEDFE4

Tints of Carousel Pink #FEDFE4

Color information

#FEDFE4 (or 0xFEDFE4) is unknown color: approx Carousel Pink. HEX triplet: FE, DF and E4. RGB value is (254,223,228). Sum of RGB (Red+Green+Blue) = 254+223+228=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE4 is #01201B. Grayscale: #E8E8E8. Windows color (decimal): -73756 or 14999550. OLE color: 14999550.

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

Color convert

RGB254223228-
CMYK00.120.100.00
HSL350.32º93.94%93.53%-
HSV(B)350.32º12.2%99.61%-
XYZ81.2679.4584.45-
YUV232.84125.27143.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 228 (89.45% from 255) = 32.34%
R=36.03%
G=31.63%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422322800.120.100.00350.3293.9493.53
HexFEDFE40CA015e5e5e
Octal376337344014120536136136
Binary111111101101111111100100011001010010101111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE4; }

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

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

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

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

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

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

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

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