Html Css Color HEX #F1BDE1 Classic Rose

📋 copy color: '#F1BDE1'

red 241 ◦ green 189 ◦ blue 225

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

Shades of Classic Rose #F1BDE1

Tints of Classic Rose #F1BDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.35%

R = 36.79%
G = 28.85%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1BDE1 (or 0xF1BDE1) is known color: Classic Rose. HEX triplet: F1, BD and E1. RGB value is (241,189,225). Sum of RGB (Red+Green+Blue) = 241+189+225=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDE1 is #0E421E. Grayscale: #D0D0D0. Windows color (decimal): -934431 or 14794225. OLE color: 14794225.

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

Color convert

RGB 241 189 225 -
CMYK 0 0.22 0.07 0.05
HSL 318.46º 0.65% 0.84% -
HSV(B) 318.46º 0.22% 0.95% -
XYZ 68.06 60.53 79.33 -
YUV 208.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 241 189 225 0 0.22 0.07 0.05 318.46 0.65 0.84
Hex F1 BD E1 0 16 7 5 13E 41 54
Octal 361 275 341 0 26 7 5 476 101 124
Binary 11110001 10111101 11100001 0 10110 111 101 100111110 1000001 1010100

Color Harmonies of #F1BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDE1

Black with #F1BDE1

Text Example


Text Example

White with #F1BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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