Html Css Color HEX #F1BCDE Classic Rose

📋 copy color: '#F1BCDE'

red 241 ◦ green 188 ◦ blue 222

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

Shades of Classic Rose #F1BCDE

Tints of Classic Rose #F1BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.88%

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

R = 37.02%
G = 28.88%
B = 34.1%

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

#F1BCDE (or 0xF1BCDE) is known color: Classic Rose. HEX triplet: F1, BC and DE. RGB value is (241,188,222). Sum of RGB (Red+Green+Blue) = 241+188+222=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCDE is #0E4321. Grayscale: #CFCFCF. Windows color (decimal): -934690 or 14597361. OLE color: 14597361.

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

Color convert

RGB 241 188 222 -
CMYK 0 0.22 0.08 0.05
HSL 321.51º 0.65% 0.84% -
HSV(B) 321.51º 0.22% 0.95% -
XYZ 67.44 59.94 77.12 -
YUV 207.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 241 188 222 0 0.22 0.08 0.05 321.51 0.65 0.84
Hex F1 BC DE 0 16 8 5 142 41 54
Octal 361 274 336 0 26 10 5 502 101 124
Binary 11110001 10111100 11011110 0 10110 1000 101 101000010 1000001 1010100

Color Harmonies of #F1BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCDE

Black with #F1BCDE

Text Example


Text Example

White with #F1BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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