Html Css Color HEX #F1BDD6 Classic Rose

📋 copy color: '#F1BDD6'

red 241 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #F1BDD6

Tints of Classic Rose #F1BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.23%

R = 37.42%
G = 29.35%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1BDD6 (or 0xF1BDD6) is known color: Classic Rose. HEX triplet: F1, BD and D6. RGB value is (241,189,214). Sum of RGB (Red+Green+Blue) = 241+189+214=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD6 is #0E4229. Grayscale: #CFCFCF. Windows color (decimal): -934442 or 14073329. OLE color: 14073329.

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

Color convert

RGB 241 189 214 -
CMYK 0 0.22 0.11 0.05
HSL 331.15º 0.65% 0.84% -
HSV(B) 331.15º 0.22% 0.95% -
XYZ 66.61 59.95 71.68 -
YUV 207.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 241 189 214 0 0.22 0.11 0.05 331.15 0.65 0.84
Hex F1 BD D6 0 16 B 5 14B 41 54
Octal 361 275 326 0 26 13 5 513 101 124
Binary 11110001 10111101 11010110 0 10110 1011 101 101001011 1000001 1010100

Color Harmonies of #F1BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDD6

Black with #F1BDD6

Text Example


Text Example

White with #F1BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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