Html Css Color HEX #F5BBDC Classic Rose

📋 copy color: '#F5BBDC'

red 245 ◦ green 187 ◦ blue 220

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

Shades of Classic Rose #F5BBDC

Tints of Classic Rose #F5BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.68%

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

R = 37.58%
G = 28.68%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5BBDC (or 0xF5BBDC) is known color: Classic Rose. HEX triplet: F5, BB and DC. RGB value is (245,187,220). Sum of RGB (Red+Green+Blue) = 245+187+220=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBDC is #0A4423. Grayscale: #D0D0D0. Windows color (decimal): -672804 or 14466037. OLE color: 14466037.

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

Color convert

RGB 245 187 220 -
CMYK 0 0.24 0.10 0.04
HSL 325.86º 0.74% 0.85% -
HSV(B) 325.86º 0.24% 0.96% -
XYZ 68.34 60.12 75.71 -
YUV 208.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 245 187 220 0 0.24 0.10 0.04 325.86 0.74 0.85
Hex F5 BB DC 0 18 A 4 146 4A 55
Octal 365 273 334 0 30 12 4 506 112 125
Binary 11110101 10111011 11011100 0 11000 1010 100 101000110 1001010 1010101

Color Harmonies of #F5BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBDC

Black with #F5BBDC

Text Example


Text Example

White with #F5BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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