Html Css Color HEX #F5BCDC Classic Rose

📋 copy color: '#F5BCDC'

red 245 ◦ green 188 ◦ blue 220

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

Shades of Classic Rose #F5BCDC

Tints of Classic Rose #F5BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 37.52%
G = 28.79%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5BCDC (or 0xF5BCDC) is known color: Classic Rose. HEX triplet: F5, BC and DC. RGB value is (245,188,220). Sum of RGB (Red+Green+Blue) = 245+188+220=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCDC is #0A4323. Grayscale: #D0D0D0. Windows color (decimal): -672548 or 14466293. OLE color: 14466293.

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

Color convert

RGB 245 188 220 -
CMYK 0 0.23 0.10 0.04
HSL 326.32º 0.74% 0.85% -
HSV(B) 326.32º 0.23% 0.96% -
XYZ 68.56 60.55 75.78 -
YUV 208.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 245 188 220 0 0.23 0.10 0.04 326.32 0.74 0.85
Hex F5 BC DC 0 17 A 4 146 4A 55
Octal 365 274 334 0 27 12 4 506 112 125
Binary 11110101 10111100 11011100 0 10111 1010 100 101000110 1001010 1010101

Color Harmonies of #F5BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCDC

Black with #F5BCDC

Text Example


Text Example

White with #F5BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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