Html Css Color HEX #F1BCD4 Classic Rose

📋 copy color: '#F1BCD4'

red 241 ◦ green 188 ◦ blue 212

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

Shades of Classic Rose #F1BCD4

Tints of Classic Rose #F1BCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 37.6%
G = 29.33%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1BCD4 (or 0xF1BCD4) is known color: Classic Rose. HEX triplet: F1, BC and D4. RGB value is (241,188,212). Sum of RGB (Red+Green+Blue) = 241+188+212=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCD4 is #0E432B. Grayscale: #CECECE. Windows color (decimal): -934700 or 13942001. OLE color: 13942001.

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

Color convert

RGB 241 188 212 -
CMYK 0 0.22 0.12 0.05
HSL 332.83º 0.65% 0.84% -
HSV(B) 332.83º 0.22% 0.95% -
XYZ 66.14 59.42 70.27 -
YUV 206.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 241 188 212 0 0.22 0.12 0.05 332.83 0.65 0.84
Hex F1 BC D4 0 16 C 5 14D 41 54
Octal 361 274 324 0 26 14 5 515 101 124
Binary 11110001 10111100 11010100 0 10110 1100 101 101001101 1000001 1010100

Color Harmonies of #F1BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCD4

Black with #F1BCD4

Text Example


Text Example

White with #F1BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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