Html Css Color HEX #F1BDDE Classic Rose

📋 copy color: '#F1BDDE'

red 241 ◦ green 189 ◦ blue 222

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

Shades of Classic Rose #F1BDDE

Tints of Classic Rose #F1BDDE

RGB

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

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

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

R = 36.96%
G = 28.99%
B = 34.05%

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

#F1BDDE (or 0xF1BDDE) is known color: Classic Rose. HEX triplet: F1, BD and DE. RGB value is (241,189,222). Sum of RGB (Red+Green+Blue) = 241+189+222=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDE is #0E4221. Grayscale: #D0D0D0. Windows color (decimal): -934434 or 14597617. OLE color: 14597617.

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

Color convert

RGB 241 189 222 -
CMYK 0 0.22 0.08 0.05
HSL 321.92º 0.65% 0.84% -
HSV(B) 321.92º 0.22% 0.95% -
XYZ 67.66 60.37 77.19 -
YUV 208.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 241 189 222 0 0.22 0.08 0.05 321.92 0.65 0.84
Hex F1 BD DE 0 16 8 5 142 41 54
Octal 361 275 336 0 26 10 5 502 101 124
Binary 11110001 10111101 11011110 0 10110 1000 101 101000010 1000001 1010100

Color Harmonies of #F1BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDDE

Black with #F1BDDE

Text Example


Text Example

White with #F1BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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