Html Css Color HEX #F1BBDE Classic Rose

📋 copy color: '#F1BBDE'

red 241 ◦ green 187 ◦ blue 222

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

Shades of Classic Rose #F1BBDE

Tints of Classic Rose #F1BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.77%

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 37.08%
G = 28.77%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1BBDE (or 0xF1BBDE) is known color: Classic Rose. HEX triplet: F1, BB and DE. RGB value is (241,187,222). Sum of RGB (Red+Green+Blue) = 241+187+222=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBDE is #0E4421. Grayscale: #CFCFCF. Windows color (decimal): -934946 or 14597105. OLE color: 14597105.

HSL color Cylindrical-coordinate representation of color #F1BBDE: hue angle of 321.11º degrees, saturation: 0.66, 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 #F1BBDE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 187 222 -
CMYK 0 0.22 0.08 0.05
HSL 321.11º 0.66% 0.84% -
HSV(B) 321.11º 0.22% 0.95% -
XYZ 67.23 59.52 77.05 -
YUV 207.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 241 187 222 0 0.22 0.08 0.05 321.11 0.66 0.84
Hex F1 BB DE 0 16 8 5 141 42 54
Octal 361 273 336 0 26 10 5 501 102 124
Binary 11110001 10111011 11011110 0 10110 1000 101 101000001 1000010 1010100

Color Harmonies of #F1BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBDE

Black with #F1BBDE

Text Example


Text Example

White with #F1BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBDE; }

 p { color: rgb(241,187,222); }

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

background-color css

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

 a { background-color: rgb(241,187,222); }

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

border-color css

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

 span { border-color: rgb(241,187,222); }

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