Html Css Color HEX #F8CED7 Pink Lace

📋 copy color: '#F8CED7'

red 248 ◦ green 206 ◦ blue 215

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

Shades of Pink Lace #F8CED7

Tints of Pink Lace #F8CED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.14%

R = 37.07%
G = 30.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8CED7 (or 0xF8CED7) is known color: Pink Lace. HEX triplet: F8, CE and D7. RGB value is (248,206,215). Sum of RGB (Red+Green+Blue) = 248+206+215=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CED7 is #073128. Grayscale: #DBDBDB. Windows color (decimal): -471337 or 14143224. OLE color: 14143224.

HSL color Cylindrical-coordinate representation of color #F8CED7: hue angle of 347.14º 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 #F8CED7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 215 -
CMYK 0 0.17 0.13 0.03
HSL 347.14º 0.75% 0.89% -
HSV(B) 347.14º 0.17% 0.97% -
XYZ 73.05 69.01 73.76 -
YUV 219.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 248 206 215 0 0.17 0.13 0.03 347.14 0.75 0.89
Hex F8 CE D7 0 11 D 3 15B 4B 59
Octal 370 316 327 0 21 15 3 533 113 131
Binary 11111000 11001110 11010111 0 10001 1101 11 101011011 1001011 1011001

Color Harmonies of #F8CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CED7

Black with #F8CED7

Text Example


Text Example

White with #F8CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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