#FBDFE3

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

Shades of Carousel Pink #FBDFE3

Tints of Carousel Pink #FBDFE3

Color information

#FBDFE3 (or 0xFBDFE3) is unknown color: approx Carousel Pink. HEX triplet: FB, DF and E3. RGB value is (251,223,227). Sum of RGB (Red+Green+Blue) = 251+223+227=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE3 is #04201C. Grayscale: #E7E7E7. Windows color (decimal): -270365 or 14934011. OLE color: 14934011.

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

Color convert

RGB251223227-
CMYK00.110.100.02
HSL351.43º77.78%92.94%-
HSV(B)351.43º11.16%98.43%-
XYZ80.0478.8383.67-
YUV231.83125.28141.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 227 (89.06% from 255) = 32.38%
R=35.81%
G=31.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122322700.110.100.02351.4377.7892.94
HexFBDFE30BA215f4e5d
Octal373337343013122537116135
Binary1111101111011111111000110101110101010101111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE3; }

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

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

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

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

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

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

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

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