Html Css Color HEX #F1D4E1 Classic Rose

📋 copy color: '#F1D4E1'

red 241 ◦ green 212 ◦ blue 225

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

Shades of Classic Rose #F1D4E1

Tints of Classic Rose #F1D4E1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.27%

 BLUE value IS 225 (88.28% from 255) = 33.19%

R = 35.55%
G = 31.27%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1D4E1 (or 0xF1D4E1) is known color: Classic Rose. HEX triplet: F1, D4 and E1. RGB value is (241,212,225). Sum of RGB (Red+Green+Blue) = 241+212+225=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4E1 is #0E2B1E. Grayscale: #DEDEDE. Windows color (decimal): -928543 or 14800113. OLE color: 14800113.

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

Color convert

RGB 241 212 225 -
CMYK 0 0.12 0.07 0.05
HSL 333.1º 0.51% 0.89% -
HSV(B) 333.1º 0.12% 0.95% -
XYZ 73.41 71.22 81.11 -
YUV 222.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 241 212 225 0 0.12 0.07 0.05 333.1 0.51 0.89
Hex F1 D4 E1 0 C 7 5 14D 33 59
Octal 361 324 341 0 14 7 5 515 63 131
Binary 11110001 11010100 11100001 0 1100 111 101 101001101 110011 1011001

Color Harmonies of #F1D4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4E1

Black with #F1D4E1

Text Example


Text Example

White with #F1D4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4E1; }

 p { color: rgb(241,212,225); }

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

background-color css

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

 a { background-color: rgb(241,212,225); }

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

border-color css

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

 span { border-color: rgb(241,212,225); }

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