Html Css Color HEX #F1D6E7 Classic Rose

📋 copy color: '#F1D6E7'

red 241 ◦ green 214 ◦ blue 231

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

Shades of Classic Rose #F1D6E7

Tints of Classic Rose #F1D6E7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.2%

 BLUE value IS 231 (90.63% from 255) = 33.67%

R = 35.13%
G = 31.2%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1D6E7 (or 0xF1D6E7) is known color: Classic Rose. HEX triplet: F1, D6 and E7. RGB value is (241,214,231). Sum of RGB (Red+Green+Blue) = 241+214+231=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6E7 is #0E2918. Grayscale: #DFDFDF. Windows color (decimal): -928025 or 15193841. OLE color: 15193841.

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

Color convert

RGB 241 214 231 -
CMYK 0 0.11 0.04 0.05
HSL 322.22º 0.49% 0.89% -
HSV(B) 322.22º 0.11% 0.95% -
XYZ 74.75 72.56 85.67 -
YUV 224.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 241 214 231 0 0.11 0.04 0.05 322.22 0.49 0.89
Hex F1 D6 E7 0 B 4 5 142 31 59
Octal 361 326 347 0 13 4 5 502 61 131
Binary 11110001 11010110 11100111 0 1011 100 101 101000010 110001 1011001

Color Harmonies of #F1D6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6E7

Black with #F1D6E7

Text Example


Text Example

White with #F1D6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6E7; }

 p { color: rgb(241,214,231); }

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

background-color css

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

 a { background-color: rgb(241,214,231); }

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

border-color css

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

 span { border-color: rgb(241,214,231); }

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