Html Css Color HEX #F8CBD7 Pink Lace

📋 copy color: '#F8CBD7'

red 248 ◦ green 203 ◦ blue 215

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

Shades of Pink Lace #F8CBD7

Tints of Pink Lace #F8CBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.48%

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

R = 37.24%
G = 30.48%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8CBD7 (or 0xF8CBD7) is known color: Pink Lace. HEX triplet: F8, CB and D7. RGB value is (248,203,215). Sum of RGB (Red+Green+Blue) = 248+203+215=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBD7 is #073428. Grayscale: #D9D9D9. Windows color (decimal): -472105 or 14142456. OLE color: 14142456.

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

Color convert

RGB 248 203 215 -
CMYK 0 0.18 0.13 0.03
HSL 344º 0.76% 0.88% -
HSV(B) 344º 0.18% 0.97% -
XYZ 72.33 67.57 73.52 -
YUV 217.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 248 203 215 0 0.18 0.13 0.03 344 0.76 0.88
Hex F8 CB D7 0 12 D 3 158 4C 58
Octal 370 313 327 0 22 15 3 530 114 130
Binary 11111000 11001011 11010111 0 10010 1101 11 101011000 1001100 1011000

Color Harmonies of #F8CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBD7

Black with #F8CBD7

Text Example


Text Example

White with #F8CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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