Html Css Color HEX #F1BDD2 Classic Rose

📋 copy color: '#F1BDD2'

red 241 ◦ green 189 ◦ blue 210

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

Shades of Classic Rose #F1BDD2

Tints of Classic Rose #F1BDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 37.66%
G = 29.53%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1BDD2 (or 0xF1BDD2) is known color: Classic Rose. HEX triplet: F1, BD and D2. RGB value is (241,189,210). Sum of RGB (Red+Green+Blue) = 241+189+210=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD2 is #0E422D. Grayscale: #CECECE. Windows color (decimal): -934446 or 13811185. OLE color: 13811185.

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

Color convert

RGB 241 189 210 -
CMYK 0 0.22 0.13 0.05
HSL 335.77º 0.65% 0.84% -
HSV(B) 335.77º 0.22% 0.95% -
XYZ 66.11 59.75 69.02 -
YUV 206.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 241 189 210 0 0.22 0.13 0.05 335.77 0.65 0.84
Hex F1 BD D2 0 16 D 5 150 41 54
Octal 361 275 322 0 26 15 5 520 101 124
Binary 11110001 10111101 11010010 0 10110 1101 101 101010000 1000001 1010100

Color Harmonies of #F1BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDD2

Black with #F1BDD2

Text Example


Text Example

White with #F1BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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