Html Css Color HEX #F1DADC Pale Rose

📋 copy color: '#F1DADC'

red 241 ◦ green 218 ◦ blue 220

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

Shades of Pale Rose #F1DADC

Tints of Pale Rose #F1DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.11%

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 35.49%
G = 32.11%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1DADC (or 0xF1DADC) is known color: Pale Rose. HEX triplet: F1, DA and DC. RGB value is (241,218,220). Sum of RGB (Red+Green+Blue) = 241+218+220=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DADC is #0E2523. Grayscale: #E1E1E1. Windows color (decimal): -927012 or 14473969. OLE color: 14473969.

HSL color Cylindrical-coordinate representation of color #F1DADC: hue angle of 354.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DADC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 220 -
CMYK 0 0.10 0.09 0.05
HSL 354.78º 0.45% 0.9% -
HSV(B) 354.78º 0.1% 0.95% -
XYZ 74.27 74.01 78.08 -
YUV 225.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 241 218 220 0 0.10 0.09 0.05 354.78 0.45 0.9
Hex F1 DA DC 0 A 9 5 163 2D 5A
Octal 361 332 334 0 12 11 5 543 55 132
Binary 11110001 11011010 11011100 0 1010 1001 101 101100011 101101 1011010

Color Harmonies of #F1DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DADC

Black with #F1DADC

Text Example


Text Example

White with #F1DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DADC; }

 p { color: rgb(241,218,220); }

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

background-color css

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

 a { background-color: rgb(241,218,220); }

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

border-color css

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

 span { border-color: rgb(241,218,220); }

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