Html Css Color HEX #F6CED9 Pink Lace

📋 copy color: '#F6CED9'

red 246 ◦ green 206 ◦ blue 217

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

Shades of Pink Lace #F6CED9

Tints of Pink Lace #F6CED9

RGB

 RED value IS 246 (96.48% from 255) = 36.77%

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

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 36.77%
G = 30.79%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6CED9 (or 0xF6CED9) is known color: Pink Lace. HEX triplet: F6, CE and D9. RGB value is (246,206,217). Sum of RGB (Red+Green+Blue) = 246+206+217=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CED9 is #093126. Grayscale: #DBDBDB. Windows color (decimal): -602407 or 14274294. OLE color: 14274294.

HSL color Cylindrical-coordinate representation of color #F6CED9: hue angle of 343.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CED9 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 217 -
CMYK 0 0.16 0.12 0.04
HSL 343.5º 0.69% 0.89% -
HSV(B) 343.5º 0.16% 0.96% -
XYZ 72.6 68.75 75.09 -
YUV 219.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 246 206 217 0 0.16 0.12 0.04 343.5 0.69 0.89
Hex F6 CE D9 0 10 C 4 158 45 59
Octal 366 316 331 0 20 14 4 530 105 131
Binary 11110110 11001110 11011001 0 10000 1100 100 101011000 1000101 1011001

Color Harmonies of #F6CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CED9

Black with #F6CED9

Text Example


Text Example

White with #F6CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CED9; }

 p { color: rgb(246,206,217); }

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

background-color css

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

 a { background-color: rgb(246,206,217); }

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

border-color css

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

 span { border-color: rgb(246,206,217); }

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