#F8BDDF

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

Shades of Classic Rose #F8BDDF

Tints of Classic Rose #F8BDDF

Color information

#F8BDDF (or 0xF8BDDF) is unknown color: approx Classic Rose. HEX triplet: F8, BD and DF. RGB value is (248,189,223). Sum of RGB (Red+Green+Blue) = 248+189+223=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDDF is #074220. Grayscale: #D2D2D2. Windows color (decimal): -475681 or 14663160. OLE color: 14663160.

HSL color Cylindrical-coordinate representation of color #F8BDDF: hue angle of 325.42º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248189223-
CMYK00.240.100.03
HSL325.42º80.82%85.69%-
HSV(B)325.42º23.79%97.25%-
XYZ70.2361.6878.02-
YUV210.52135.05154.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=37.58%
G=28.64%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818922300.240.100.03325.4280.8285.69
HexF8BDDF018A31455156
Octal370275337030123505121126
Binary11111000101111011101111101100010101110100010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDDF; }

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

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

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

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

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

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

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

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