Html Css Color HEX #F1CED1 Pale Rose

📋 copy color: '#F1CED1'

red 241 ◦ green 206 ◦ blue 209

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

Shades of Pale Rose #F1CED1

Tints of Pale Rose #F1CED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.4%

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 36.74%
G = 31.4%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1CED1 (or 0xF1CED1) is known color: Pale Rose. HEX triplet: F1, CE and D1. RGB value is (241,206,209). Sum of RGB (Red+Green+Blue) = 241+206+209=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CED1 is #0E312E. Grayscale: #D8D8D8. Windows color (decimal): -930095 or 13750001. OLE color: 13750001.

HSL color Cylindrical-coordinate representation of color #F1CED1: hue angle of 354.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CED1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 209 -
CMYK 0 0.15 0.13 0.05
HSL 354.86º 0.56% 0.88% -
HSV(B) 354.86º 0.15% 0.95% -
XYZ 69.86 67.45 69.66 -
YUV 216.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 241 206 209 0 0.15 0.13 0.05 354.86 0.56 0.88
Hex F1 CE D1 0 F D 5 163 38 58
Octal 361 316 321 0 17 15 5 543 70 130
Binary 11110001 11001110 11010001 0 1111 1101 101 101100011 111000 1011000

Color Harmonies of #F1CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CED1

Black with #F1CED1

Text Example


Text Example

White with #F1CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CED1; }

 p { color: rgb(241,206,209); }

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

background-color css

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

 a { background-color: rgb(241,206,209); }

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

border-color css

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

 span { border-color: rgb(241,206,209); }

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