Html Css Color HEX #F5CBEB Classic Rose

📋 copy color: '#F5CBEB'

red 245 ◦ green 203 ◦ blue 235

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

Shades of Classic Rose #F5CBEB

Tints of Classic Rose #F5CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 35.87%
G = 29.72%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5CBEB (or 0xF5CBEB) is known color: Classic Rose. HEX triplet: F5, CB and EB. RGB value is (245,203,235). Sum of RGB (Red+Green+Blue) = 245+203+235=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CBEB is #0A3414. Grayscale: #DBDBDB. Windows color (decimal): -668693 or 15453173. OLE color: 15453173.

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

Color convert

RGB 245 203 235 -
CMYK 0 0.17 0.04 0.04
HSL 314.29º 0.68% 0.88% -
HSV(B) 314.29º 0.17% 0.96% -
XYZ 74.01 68.12 87.85 -
YUV 219.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 245 203 235 0 0.17 0.04 0.04 314.29 0.68 0.88
Hex F5 CB EB 0 11 4 4 13A 44 58
Octal 365 313 353 0 21 4 4 472 104 130
Binary 11110101 11001011 11101011 0 10001 100 100 100111010 1000100 1011000

Color Harmonies of #F5CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBEB

Black with #F5CBEB

Text Example


Text Example

White with #F5CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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