Html Css Color HEX #F5CBDE Classic Rose

📋 copy color: '#F5CBDE'

red 245 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #F5CBDE

Tints of Classic Rose #F5CBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 36.57%
G = 30.3%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5CBDE (or 0xF5CBDE) is known color: Classic Rose. HEX triplet: F5, CB and DE. RGB value is (245,203,222). Sum of RGB (Red+Green+Blue) = 245+203+222=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBDE is #0A3421. Grayscale: #D9D9D9. Windows color (decimal): -668706 or 14601205. OLE color: 14601205.

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

Color convert

RGB 245 203 222 -
CMYK 0 0.17 0.09 0.04
HSL 332.86º 0.68% 0.88% -
HSV(B) 332.86º 0.17% 0.96% -
XYZ 72.2 67.4 78.31 -
YUV 217.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 245 203 222 0 0.17 0.09 0.04 332.86 0.68 0.88
Hex F5 CB DE 0 11 9 4 14D 44 58
Octal 365 313 336 0 21 11 4 515 104 130
Binary 11110101 11001011 11011110 0 10001 1001 100 101001101 1000100 1011000

Color Harmonies of #F5CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBDE

Black with #F5CBDE

Text Example


Text Example

White with #F5CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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