Html Css Color HEX #F5CBE3 Classic Rose

📋 copy color: '#F5CBE3'

red 245 ◦ green 203 ◦ blue 227

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

Shades of Classic Rose #F5CBE3

Tints of Classic Rose #F5CBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.63%

R = 36.3%
G = 30.07%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5CBE3 (or 0xF5CBE3) is known color: Classic Rose. HEX triplet: F5, CB and E3. RGB value is (245,203,227). Sum of RGB (Red+Green+Blue) = 245+203+227=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBE3 is #0A341C. Grayscale: #DADADA. Windows color (decimal): -668701 or 14928885. OLE color: 14928885.

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

Color convert

RGB 245 203 227 -
CMYK 0 0.17 0.07 0.04
HSL 325.71º 0.68% 0.88% -
HSV(B) 325.71º 0.17% 0.96% -
XYZ 72.88 67.67 81.89 -
YUV 218.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 245 203 227 0 0.17 0.07 0.04 325.71 0.68 0.88
Hex F5 CB E3 0 11 7 4 146 44 58
Octal 365 313 343 0 21 7 4 506 104 130
Binary 11110101 11001011 11100011 0 10001 111 100 101000110 1000100 1011000

Color Harmonies of #F5CBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBE3

Black with #F5CBE3

Text Example


Text Example

White with #F5CBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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