#FABDDF

Color #FABDDF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FABDDF

Tints of Classic Rose #FABDDF

Color information

#FABDDF (or 0xFABDDF) is unknown color: approx Classic Rose. HEX triplet: FA, BD and DF. RGB value is (250,189,223). Sum of RGB (Red+Green+Blue) = 250+189+223=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDDF is #054220. Grayscale: #D3D3D3. Windows color (decimal): -344609 or 14663162. OLE color: 14663162.

HSL color Cylindrical-coordinate representation of color #FABDDF: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250189223-
CMYK00.240.110.02
HSL326.56º85.92%86.08%-
HSV(B)326.56º24.4%98.04%-
XYZ70.9462.0578.05-
YUV211.11134.71155.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=37.76%
G=28.55%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018922300.240.110.02326.5685.9286.08
HexFABDDF018B21475656
Octal372275337030132507126126
Binary11111010101111011101111101100010111010100011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDDF; }

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

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

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

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

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

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

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

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