Html Css Color HEX #F1D6DB Pale Rose

📋 copy color: '#F1D6DB'

red 241 ◦ green 214 ◦ blue 219

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

Shades of Pale Rose #F1D6DB

Tints of Pale Rose #F1D6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 35.76%
G = 31.75%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1D6DB (or 0xF1D6DB) is known color: Pale Rose. HEX triplet: F1, D6 and DB. RGB value is (241,214,219). Sum of RGB (Red+Green+Blue) = 241+214+219=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6DB is #0E2924. Grayscale: #DEDEDE. Windows color (decimal): -928037 or 14407409. OLE color: 14407409.

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

Color convert

RGB 241 214 219 -
CMYK 0 0.11 0.09 0.05
HSL 348.89º 0.49% 0.89% -
HSV(B) 348.89º 0.11% 0.95% -
XYZ 73.11 71.91 77.04 -
YUV 222.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 241 214 219 0 0.11 0.09 0.05 348.89 0.49 0.89
Hex F1 D6 DB 0 B 9 5 15D 31 59
Octal 361 326 333 0 13 11 5 535 61 131
Binary 11110001 11010110 11011011 0 1011 1001 101 101011101 110001 1011001

Color Harmonies of #F1D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6DB

Black with #F1D6DB

Text Example


Text Example

White with #F1D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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