Html Css Color HEX #F1D2E0 Classic Rose

📋 copy color: '#F1D2E0'

red 241 ◦ green 210 ◦ blue 224

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

Shades of Classic Rose #F1D2E0

Tints of Classic Rose #F1D2E0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.11%

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

R = 35.7%
G = 31.11%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1D2E0 (or 0xF1D2E0) is known color: Classic Rose. HEX triplet: F1, D2 and E0. RGB value is (241,210,224). Sum of RGB (Red+Green+Blue) = 241+210+224=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2E0 is #0E2D1F. Grayscale: #DCDCDC. Windows color (decimal): -929056 or 14734065. OLE color: 14734065.

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

Color convert

RGB 241 210 224 -
CMYK 0 0.13 0.07 0.05
HSL 332.9º 0.53% 0.88% -
HSV(B) 332.9º 0.13% 0.95% -
XYZ 72.78 70.18 80.23 -
YUV 220.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 241 210 224 0 0.13 0.07 0.05 332.9 0.53 0.88
Hex F1 D2 E0 0 D 7 5 14D 35 58
Octal 361 322 340 0 15 7 5 515 65 130
Binary 11110001 11010010 11100000 0 1101 111 101 101001101 110101 1011000

Color Harmonies of #F1D2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2E0

Black with #F1D2E0

Text Example


Text Example

White with #F1D2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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