Html Css Color HEX #F1D0E7 Classic Rose

📋 copy color: '#F1D0E7'

red 241 ◦ green 208 ◦ blue 231

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

Shades of Classic Rose #F1D0E7

Tints of Classic Rose #F1D0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.97%

R = 35.44%
G = 30.59%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1D0E7 (or 0xF1D0E7) is known color: Classic Rose. HEX triplet: F1, D0 and E7. RGB value is (241,208,231). Sum of RGB (Red+Green+Blue) = 241+208+231=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0E7 is #0E2F18. Grayscale: #DCDCDC. Windows color (decimal): -929561 or 15192305. OLE color: 15192305.

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

Color convert

RGB 241 208 231 -
CMYK 0 0.14 0.04 0.05
HSL 318.18º 0.54% 0.88% -
HSV(B) 318.18º 0.14% 0.95% -
XYZ 73.26 69.58 85.17 -
YUV 220.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 241 208 231 0 0.14 0.04 0.05 318.18 0.54 0.88
Hex F1 D0 E7 0 E 4 5 13E 36 58
Octal 361 320 347 0 16 4 5 476 66 130
Binary 11110001 11010000 11100111 0 1110 100 101 100111110 110110 1011000

Color Harmonies of #F1D0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0E7

Black with #F1D0E7

Text Example


Text Example

White with #F1D0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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