Html Css Color HEX #F5BCE1 Classic Rose

📋 copy color: '#F5BCE1'

red 245 ◦ green 188 ◦ blue 225

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

Shades of Classic Rose #F5BCE1

Tints of Classic Rose #F5BCE1

RGB

 RED value IS 245 (96.09% from 255) = 37.23%

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

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 37.23%
G = 28.57%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5BCE1 (or 0xF5BCE1) is known color: Classic Rose. HEX triplet: F5, BC and E1. RGB value is (245,188,225). Sum of RGB (Red+Green+Blue) = 245+188+225=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCE1 is #0A431E. Grayscale: #D1D1D1. Windows color (decimal): -672543 or 14793973. OLE color: 14793973.

HSL color Cylindrical-coordinate representation of color #F5BCE1: hue angle of 321.05º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCE1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 225 -
CMYK 0 0.23 0.08 0.04
HSL 321.05º 0.74% 0.85% -
HSV(B) 321.05º 0.23% 0.96% -
XYZ 69.23 60.82 79.32 -
YUV 209.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 245 188 225 0 0.23 0.08 0.04 321.05 0.74 0.85
Hex F5 BC E1 0 17 8 4 141 4A 55
Octal 365 274 341 0 27 10 4 501 112 125
Binary 11110101 10111100 11100001 0 10111 1000 100 101000001 1001010 1010101

Color Harmonies of #F5BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCE1

Black with #F5BCE1

Text Example


Text Example

White with #F5BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCE1; }

 p { color: rgb(245,188,225); }

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

background-color css

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

 a { background-color: rgb(245,188,225); }

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

border-color css

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

 span { border-color: rgb(245,188,225); }

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