Html Css Color HEX #F1D5E3 Classic Rose

📋 copy color: '#F1D5E3'

red 241 ◦ green 213 ◦ blue 227

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

Shades of Classic Rose #F1D5E3

Tints of Classic Rose #F1D5E3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.28%

 BLUE value IS 227 (89.06% from 255) = 33.33%

R = 35.39%
G = 31.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1D5E3 (or 0xF1D5E3) is known color: Classic Rose. HEX triplet: F1, D5 and E3. RGB value is (241,213,227). Sum of RGB (Red+Green+Blue) = 241+213+227=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5E3 is #0E2A1C. Grayscale: #DEDEDE. Windows color (decimal): -928285 or 14931441. OLE color: 14931441.

HSL color Cylindrical-coordinate representation of color #F1D5E3: hue angle of 330º degrees, saturation: 0.5, 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 #F1D5E3 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 213 227 -
CMYK 0 0.12 0.06 0.05
HSL 330º 0.5% 0.89% -
HSV(B) 330º 0.12% 0.95% -
XYZ 73.94 71.84 82.64 -
YUV 222.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 241 213 227 0 0.12 0.06 0.05 330 0.5 0.89
Hex F1 D5 E3 0 C 6 5 14A 32 59
Octal 361 325 343 0 14 6 5 512 62 131
Binary 11110001 11010101 11100011 0 1100 110 101 101001010 110010 1011001

Color Harmonies of #F1D5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5E3

Black with #F1D5E3

Text Example


Text Example

White with #F1D5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5E3; }

 p { color: rgb(241,213,227); }

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

background-color css

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

 a { background-color: rgb(241,213,227); }

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

border-color css

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

 span { border-color: rgb(241,213,227); }

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