Html Css Color HEX #F1D4E6 Classic Rose

📋 copy color: '#F1D4E6'

red 241 ◦ green 212 ◦ blue 230

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

Shades of Classic Rose #F1D4E6

Tints of Classic Rose #F1D4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.67%

R = 35.29%
G = 31.04%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D4E6 (or 0xF1D4E6) is known color: Classic Rose. HEX triplet: F1, D4 and E6. RGB value is (241,212,230). Sum of RGB (Red+Green+Blue) = 241+212+230=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4E6 is #0E2B19. Grayscale: #DEDEDE. Windows color (decimal): -928538 or 15127793. OLE color: 15127793.

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

Color convert

RGB 241 212 230 -
CMYK 0 0.12 0.05 0.05
HSL 322.76º 0.51% 0.89% -
HSV(B) 322.76º 0.12% 0.95% -
XYZ 74.1 71.5 84.76 -
YUV 222.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 241 212 230 0 0.12 0.05 0.05 322.76 0.51 0.89
Hex F1 D4 E6 0 C 5 5 143 33 59
Octal 361 324 346 0 14 5 5 503 63 131
Binary 11110001 11010100 11100110 0 1100 101 101 101000011 110011 1011001

Color Harmonies of #F1D4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4E6

Black with #F1D4E6

Text Example


Text Example

White with #F1D4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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