Html Css Color HEX #F5CBDB Classic Rose

📋 copy color: '#F5CBDB'

red 245 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #F5CBDB

Tints of Classic Rose #F5CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.43%

 BLUE value IS 219 (85.94% from 255) = 32.83%

R = 36.73%
G = 30.43%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5CBDB (or 0xF5CBDB) is known color: Classic Rose. HEX triplet: F5, CB and DB. RGB value is (245,203,219). Sum of RGB (Red+Green+Blue) = 245+203+219=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBDB is #0A3424. Grayscale: #D9D9D9. Windows color (decimal): -668709 or 14404597. OLE color: 14404597.

HSL color Cylindrical-coordinate representation of color #F5CBDB: hue angle of 337.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBDB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 219 -
CMYK 0 0.17 0.11 0.04
HSL 337.14º 0.68% 0.88% -
HSV(B) 337.14º 0.17% 0.96% -
XYZ 71.8 67.24 76.21 -
YUV 217.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 245 203 219 0 0.17 0.11 0.04 337.14 0.68 0.88
Hex F5 CB DB 0 11 B 4 151 44 58
Octal 365 313 333 0 21 13 4 521 104 130
Binary 11110101 11001011 11011011 0 10001 1011 100 101010001 1000100 1011000

Color Harmonies of #F5CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBDB

Black with #F5CBDB

Text Example


Text Example

White with #F5CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBDB; }

 p { color: rgb(245,203,219); }

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

background-color css

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

 a { background-color: rgb(245,203,219); }

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

border-color css

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

 span { border-color: rgb(245,203,219); }

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