Html Css Color HEX #F5D3EB Classic Rose

📋 copy color: '#F5D3EB'

red 245 ◦ green 211 ◦ blue 235

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

Shades of Classic Rose #F5D3EB

Tints of Classic Rose #F5D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.54%

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

R = 35.46%
G = 30.54%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5D3EB (or 0xF5D3EB) is known color: Classic Rose. HEX triplet: F5, D3 and EB. RGB value is (245,211,235). Sum of RGB (Red+Green+Blue) = 245+211+235=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D3EB is #0A2C14. Grayscale: #DFDFDF. Windows color (decimal): -666645 or 15455221. OLE color: 15455221.

HSL color Cylindrical-coordinate representation of color #F5D3EB: hue angle of 317.65º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D3EB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 235 -
CMYK 0 0.14 0.04 0.04
HSL 317.65º 0.63% 0.89% -
HSV(B) 317.65º 0.14% 0.96% -
XYZ 75.95 72 88.49 -
YUV 223.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 245 211 235 0 0.14 0.04 0.04 317.65 0.63 0.89
Hex F5 D3 EB 0 E 4 4 13E 3F 59
Octal 365 323 353 0 16 4 4 476 77 131
Binary 11110101 11010011 11101011 0 1110 100 100 100111110 111111 1011001

Color Harmonies of #F5D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D3EB

Black with #F5D3EB

Text Example


Text Example

White with #F5D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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