Html Css Color HEX #F8CFDC Pink Lace

📋 copy color: '#F8CFDC'

red 248 ◦ green 207 ◦ blue 220

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

Shades of Pink Lace #F8CFDC

Tints of Pink Lace #F8CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

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

R = 36.74%
G = 30.67%
B = 32.59%

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

#F8CFDC (or 0xF8CFDC) is known color: Pink Lace. HEX triplet: F8, CF and DC. RGB value is (248,207,220). Sum of RGB (Red+Green+Blue) = 248+207+220=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFDC is #073023. Grayscale: #DCDCDC. Windows color (decimal): -471076 or 14471160. OLE color: 14471160.

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

Color convert

RGB 248 207 220 -
CMYK 0 0.17 0.11 0.03
HSL 340.98º 0.75% 0.89% -
HSV(B) 340.98º 0.17% 0.97% -
XYZ 73.94 69.75 77.28 -
YUV 220.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 248 207 220 0 0.17 0.11 0.03 340.98 0.75 0.89
Hex F8 CF DC 0 11 B 3 155 4B 59
Octal 370 317 334 0 21 13 3 525 113 131
Binary 11111000 11001111 11011100 0 10001 1011 11 101010101 1001011 1011001

Color Harmonies of #F8CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CFDC

Black with #F8CFDC

Text Example


Text Example

White with #F8CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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