Html Css Color HEX #F8CEDC Pink Lace

📋 copy color: '#F8CEDC'

red 248 ◦ green 206 ◦ blue 220

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

Shades of Pink Lace #F8CEDC

Tints of Pink Lace #F8CEDC

RGB

 RED value IS 248 (97.27% from 255) = 36.8%

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

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

R = 36.8%
G = 30.56%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8CEDC (or 0xF8CEDC) is known color: Pink Lace. HEX triplet: F8, CE and DC. RGB value is (248,206,220). Sum of RGB (Red+Green+Blue) = 248+206+220=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEDC is #073123. Grayscale: #DCDCDC. Windows color (decimal): -471332 or 14470904. OLE color: 14470904.

HSL color Cylindrical-coordinate representation of color #F8CEDC: hue angle of 340º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEDC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 220 -
CMYK 0 0.17 0.11 0.03
HSL 340º 0.75% 0.89% -
HSV(B) 340º 0.17% 0.97% -
XYZ 73.7 69.27 77.2 -
YUV 220.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 248 206 220 0 0.17 0.11 0.03 340 0.75 0.89
Hex F8 CE DC 0 11 B 3 154 4B 59
Octal 370 316 334 0 21 13 3 524 113 131
Binary 11111000 11001110 11011100 0 10001 1011 11 101010100 1001011 1011001

Color Harmonies of #F8CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEDC

Black with #F8CEDC

Text Example


Text Example

White with #F8CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEDC; }

 p { color: rgb(248,206,220); }

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

background-color css

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

 a { background-color: rgb(248,206,220); }

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

border-color css

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

 span { border-color: rgb(248,206,220); }

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