Html Css Color HEX #F1D3E9 Classic Rose

📋 copy color: '#F1D3E9'

red 241 ◦ green 211 ◦ blue 233

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

Shades of Classic Rose #F1D3E9

Tints of Classic Rose #F1D3E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.01%

R = 35.18%
G = 30.8%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D3E9 (or 0xF1D3E9) is known color: Classic Rose. HEX triplet: F1, D3 and E9. RGB value is (241,211,233). Sum of RGB (Red+Green+Blue) = 241+211+233=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3E9 is #0E2C16. Grayscale: #DEDEDE. Windows color (decimal): -928791 or 15324145. OLE color: 15324145.

HSL color Cylindrical-coordinate representation of color #F1D3E9: hue angle of 316º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D3E9 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 211 233 -
CMYK 0 0.12 0.03 0.05
HSL 316º 0.52% 0.89% -
HSV(B) 316º 0.12% 0.95% -
XYZ 74.28 71.17 86.91 -
YUV 222.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 241 211 233 0 0.12 0.03 0.05 316 0.52 0.89
Hex F1 D3 E9 0 C 3 5 13C 34 59
Octal 361 323 351 0 14 3 5 474 64 131
Binary 11110001 11010011 11101001 0 1100 11 101 100111100 110100 1011001

Color Harmonies of #F1D3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3E9

Black with #F1D3E9

Text Example


Text Example

White with #F1D3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3E9; }

 p { color: rgb(241,211,233); }

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

background-color css

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

 a { background-color: rgb(241,211,233); }

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

border-color css

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

 span { border-color: rgb(241,211,233); }

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