Html Css Color HEX #F8CCDA Pink Lace

📋 copy color: '#F8CCDA'

red 248 ◦ green 204 ◦ blue 218

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

Shades of Pink Lace #F8CCDA

Tints of Pink Lace #F8CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.45%

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 37.01%
G = 30.45%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8CCDA (or 0xF8CCDA) is known color: Pink Lace. HEX triplet: F8, CC and DA. RGB value is (248,204,218). Sum of RGB (Red+Green+Blue) = 248+204+218=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCDA is #073325. Grayscale: #DADADA. Windows color (decimal): -471846 or 14339320. OLE color: 14339320.

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

Color convert

RGB 248 204 218 -
CMYK 0 0.18 0.12 0.03
HSL 340.91º 0.76% 0.89% -
HSV(B) 340.91º 0.18% 0.97% -
XYZ 72.96 68.2 75.65 -
YUV 218.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 248 204 218 0 0.18 0.12 0.03 340.91 0.76 0.89
Hex F8 CC DA 0 12 C 3 155 4C 59
Octal 370 314 332 0 22 14 3 525 114 131
Binary 11111000 11001100 11011010 0 10010 1100 11 101010101 1001100 1011001

Color Harmonies of #F8CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCDA

Black with #F8CCDA

Text Example


Text Example

White with #F8CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCDA; }

 p { color: rgb(248,204,218); }

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

background-color css

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

 a { background-color: rgb(248,204,218); }

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

border-color css

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

 span { border-color: rgb(248,204,218); }

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