#F1BFDC

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

Shades of Classic Rose #F1BFDC

Tints of Classic Rose #F1BFDC

Color information

#F1BFDC (or 0xF1BFDC) is unknown color: approx Classic Rose. HEX triplet: F1, BF and DC. RGB value is (241,191,220). Sum of RGB (Red+Green+Blue) = 241+191+220=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFDC is #0E4023. Grayscale: #D1D1D1. Windows color (decimal): -933924 or 14467057. OLE color: 14467057.

HSL color Cylindrical-coordinate representation of color #F1BFDC: hue angle of 325.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFDC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241191220-
CMYK00.210.090.05
HSL325.2º64.1%84.71%-
HSV(B)325.2º20.75%94.51%-
XYZ67.8261.1375.93-
YUV209.26134.06150.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=36.96%
G=29.29%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119122000.210.090.05325.264.184.71
HexF1BFDC015951454055
Octal361277334025115505100125
Binary111100011011111111011100010101100110110100010110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFDC; }

 p { color: rgb(241,191,220); }

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

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

 a { background-color: rgb(241,191,220); }

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

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

 span { border-color: rgb(241,191,220); }

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