Html Css Color HEX #F5D3EA Classic Rose

📋 copy color: '#F5D3EA'

red 245 ◦ green 211 ◦ blue 234

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

Shades of Classic Rose #F5D3EA

Tints of Classic Rose #F5D3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.91%

R = 35.51%
G = 30.58%
B = 33.91%

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

#F5D3EA (or 0xF5D3EA) is known color: Classic Rose. HEX triplet: F5, D3 and EA. RGB value is (245,211,234). Sum of RGB (Red+Green+Blue) = 245+211+234=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D3EA is #0A2C15. Grayscale: #DFDFDF. Windows color (decimal): -666646 or 15389685. OLE color: 15389685.

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

Color convert

RGB 245 211 234 -
CMYK 0 0.14 0.04 0.04
HSL 319.41º 0.63% 0.89% -
HSV(B) 319.41º 0.14% 0.96% -
XYZ 75.8 71.94 87.73 -
YUV 223.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 245 211 234 0 0.14 0.04 0.04 319.41 0.63 0.89
Hex F5 D3 EA 0 E 4 4 13F 3F 59
Octal 365 323 352 0 16 4 4 477 77 131
Binary 11110101 11010011 11101010 0 1110 100 100 100111111 111111 1011001

Color Harmonies of #F5D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D3EA

Black with #F5D3EA

Text Example


Text Example

White with #F5D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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