Html Css Color HEX #F1BCDA Classic Rose

📋 copy color: '#F1BCDA'

red 241 ◦ green 188 ◦ blue 218

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

Shades of Classic Rose #F1BCDA

Tints of Classic Rose #F1BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.69%

R = 37.25%
G = 29.06%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1BCDA (or 0xF1BCDA) is known color: Classic Rose. HEX triplet: F1, BC and DA. RGB value is (241,188,218). Sum of RGB (Red+Green+Blue) = 241+188+218=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCDA is #0E4325. Grayscale: #CFCFCF. Windows color (decimal): -934694 or 14335217. OLE color: 14335217.

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

Color convert

RGB 241 188 218 -
CMYK 0 0.22 0.10 0.05
HSL 326.04º 0.65% 0.84% -
HSV(B) 326.04º 0.22% 0.95% -
XYZ 66.91 59.73 74.33 -
YUV 207.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 241 188 218 0 0.22 0.10 0.05 326.04 0.65 0.84
Hex F1 BC DA 0 16 A 5 146 41 54
Octal 361 274 332 0 26 12 5 506 101 124
Binary 11110001 10111100 11011010 0 10110 1010 101 101000110 1000001 1010100

Color Harmonies of #F1BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCDA

Black with #F1BCDA

Text Example


Text Example

White with #F1BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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