Html Css Color HEX #F5D1E2 Classic Rose

📋 copy color: '#F5D1E2'

red 245 ◦ green 209 ◦ blue 226

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

Shades of Classic Rose #F5D1E2

Tints of Classic Rose #F5D1E2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.74%

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 36.03%
G = 30.74%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5D1E2 (or 0xF5D1E2) is known color: Classic Rose. HEX triplet: F5, D1 and E2. RGB value is (245,209,226). Sum of RGB (Red+Green+Blue) = 245+209+226=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1E2 is #0A2E1D. Grayscale: #DDDDDD. Windows color (decimal): -667166 or 14864885. OLE color: 14864885.

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

Color convert

RGB 245 209 226 -
CMYK 0 0.15 0.08 0.04
HSL 331.67º 0.64% 0.89% -
HSV(B) 331.67º 0.15% 0.96% -
XYZ 74.18 70.5 81.65 -
YUV 221.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 245 209 226 0 0.15 0.08 0.04 331.67 0.64 0.89
Hex F5 D1 E2 0 F 8 4 14C 40 59
Octal 365 321 342 0 17 10 4 514 100 131
Binary 11110101 11010001 11100010 0 1111 1000 100 101001100 1000000 1011001

Color Harmonies of #F5D1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1E2

Black with #F5D1E2

Text Example


Text Example

White with #F5D1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1E2; }

 p { color: rgb(245,209,226); }

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

background-color css

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

 a { background-color: rgb(245,209,226); }

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

border-color css

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

 span { border-color: rgb(245,209,226); }

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