Html Css Color HEX #F1D0E0 Classic Rose

📋 copy color: '#F1D0E0'

red 241 ◦ green 208 ◦ blue 224

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

Shades of Classic Rose #F1D0E0

Tints of Classic Rose #F1D0E0

RGB

 RED value IS 241 (94.53% from 255) = 35.81%

 GREEN value IS 208 (81.64% from 255) = 30.91%

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 35.81%
G = 30.91%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1D0E0 (or 0xF1D0E0) is known color: Classic Rose. HEX triplet: F1, D0 and E0. RGB value is (241,208,224). Sum of RGB (Red+Green+Blue) = 241+208+224=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0E0 is #0E2F1F. Grayscale: #DBDBDB. Windows color (decimal): -929568 or 14733553. OLE color: 14733553.

HSL color Cylindrical-coordinate representation of color #F1D0E0: hue angle of 330.91º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0E0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 224 -
CMYK 0 0.14 0.07 0.05
HSL 330.91º 0.54% 0.88% -
HSV(B) 330.91º 0.14% 0.95% -
XYZ 72.29 69.19 80.07 -
YUV 219.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 241 208 224 0 0.14 0.07 0.05 330.91 0.54 0.88
Hex F1 D0 E0 0 E 7 5 14B 36 58
Octal 361 320 340 0 16 7 5 513 66 130
Binary 11110001 11010000 11100000 0 1110 111 101 101001011 110110 1011000

Color Harmonies of #F1D0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0E0

Black with #F1D0E0

Text Example


Text Example

White with #F1D0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0E0; }

 p { color: rgb(241,208,224); }

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

background-color css

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

 a { background-color: rgb(241,208,224); }

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

border-color css

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

 span { border-color: rgb(241,208,224); }

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