Html Css Color HEX #F3CED1 Pale Rose

📋 copy color: '#F3CED1'

red 243 ◦ green 206 ◦ blue 209

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

Shades of Pale Rose #F3CED1

Tints of Pale Rose #F3CED1

RGB

 RED value IS 243 (95.31% from 255) = 36.93%

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

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

R = 36.93%
G = 31.31%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3CED1 (or 0xF3CED1) is known color: Pale Rose. HEX triplet: F3, CE and D1. RGB value is (243,206,209). Sum of RGB (Red+Green+Blue) = 243+206+209=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CED1 is #0C312E. Grayscale: #D9D9D9. Windows color (decimal): -799023 or 13750003. OLE color: 13750003.

HSL color Cylindrical-coordinate representation of color #F3CED1: hue angle of 355.14º degrees, saturation: 0.61, 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 #F3CED1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 206 209 -
CMYK 0 0.15 0.14 0.05
HSL 355.14º 0.61% 0.88% -
HSV(B) 355.14º 0.15% 0.95% -
XYZ 70.54 67.8 69.69 -
YUV 217.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 243 206 209 0 0.15 0.14 0.05 355.14 0.61 0.88
Hex F3 CE D1 0 F E 5 163 3D 58
Octal 363 316 321 0 17 16 5 543 75 130
Binary 11110011 11001110 11010001 0 1111 1110 101 101100011 111101 1011000

Color Harmonies of #F3CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CED1

Black with #F3CED1

Text Example


Text Example

White with #F3CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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