Html Css Color HEX #F1BEE0 Classic Rose

📋 copy color: '#F1BEE0'

red 241 ◦ green 190 ◦ blue 224

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

Shades of Classic Rose #F1BEE0

Tints of Classic Rose #F1BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.01%

 BLUE value IS 224 (87.89% from 255) = 34.2%

R = 36.79%
G = 29.01%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1BEE0 (or 0xF1BEE0) is known color: Classic Rose. HEX triplet: F1, BE and E0. RGB value is (241,190,224). Sum of RGB (Red+Green+Blue) = 241+190+224=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE0 is #0E411F. Grayscale: #D1D1D1. Windows color (decimal): -934176 or 14728945. OLE color: 14728945.

HSL color Cylindrical-coordinate representation of color #F1BEE0: hue angle of 320º degrees, saturation: 0.65, 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 #F1BEE0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 190 224 -
CMYK 0 0.21 0.07 0.05
HSL 320º 0.65% 0.85% -
HSV(B) 320º 0.21% 0.95% -
XYZ 68.14 60.91 78.69 -
YUV 209.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 241 190 224 0 0.21 0.07 0.05 320 0.65 0.85
Hex F1 BE E0 0 15 7 5 140 41 55
Octal 361 276 340 0 25 7 5 500 101 125
Binary 11110001 10111110 11100000 0 10101 111 101 101000000 1000001 1010101

Color Harmonies of #F1BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEE0

Black with #F1BEE0

Text Example


Text Example

White with #F1BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEE0; }

 p { color: rgb(241,190,224); }

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

background-color css

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

 a { background-color: rgb(241,190,224); }

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

border-color css

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

 span { border-color: rgb(241,190,224); }

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