#FEDFE5

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

Shades of Carousel Pink #FEDFE5

Tints of Carousel Pink #FEDFE5

Color information

#FEDFE5 (or 0xFEDFE5) is unknown color: approx Carousel Pink. HEX triplet: FE, DF and E5. RGB value is (254,223,229). Sum of RGB (Red+Green+Blue) = 254+223+229=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE5 is #01201A. Grayscale: #E8E8E8. Windows color (decimal): -73755 or 15065086. OLE color: 15065086.

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

Color convert

RGB254223229-
CMYK00.120.100.00
HSL348.39º93.94%93.53%-
HSV(B)348.39º12.2%99.61%-
XYZ81.479.585.18-
YUV232.95125.77143.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=35.98%
G=31.59%
B=32.44%

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
Decimal25422322900.120.100.00348.3993.9493.53
HexFEDFE50CA015c5e5e
Octal376337345014120534136136
Binary111111101101111111100101011001010010101110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFE5; }

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

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

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

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

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

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

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

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