Html Css Color HEX #F1BDDB Classic Rose

📋 copy color: '#F1BDDB'

red 241 ◦ green 189 ◦ blue 219

#F1BDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F1BDDB

Tints of Classic Rose #F1BDDB

RGB

 RED value IS 241 (94.53% from 255) = 37.13%

 GREEN value IS 189 (74.22% from 255) = 29.12%

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 37.13%
G = 29.12%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1BDDB (or 0xF1BDDB) is known color: Classic Rose. HEX triplet: F1, BD and DB. RGB value is (241,189,219). Sum of RGB (Red+Green+Blue) = 241+189+219=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDB is #0E4224. Grayscale: #CFCFCF. Windows color (decimal): -934437 or 14401009. OLE color: 14401009.

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

Color convert

RGB 241 189 219 -
CMYK 0 0.22 0.09 0.05
HSL 325.38º 0.65% 0.84% -
HSV(B) 325.38º 0.22% 0.95% -
XYZ 67.26 60.21 75.09 -
YUV 207.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 241 189 219 0 0.22 0.09 0.05 325.38 0.65 0.84
Hex F1 BD DB 0 16 9 5 145 41 54
Octal 361 275 333 0 26 11 5 505 101 124
Binary 11110001 10111101 11011011 0 10110 1001 101 101000101 1000001 1010100

Color Harmonies of #F1BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDDB

Black with #F1BDDB

Text Example


Text Example

White with #F1BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDDB; }

 p { color: rgb(241,189,219); }

 H1.HeaderClassName
 {
   color: #F1BDDB;
 }
 .AnyTagClassName
 {
   color: #F1BDDB;
 }
</style>

background-color css

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

 a { background-color: rgb(241,189,219); }

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

border-color css

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

 span { border-color: rgb(241,189,219); }

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