Html Css Color HEX #F5C8D5 Pink Lace

📋 copy color: '#F5C8D5'

red 245 ◦ green 200 ◦ blue 213

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

Shades of Pink Lace #F5C8D5

Tints of Pink Lace #F5C8D5

RGB

 RED value IS 245 (96.09% from 255) = 37.23%

 GREEN value IS 200 (78.52% from 255) = 30.4%

 BLUE value IS 213 (83.59% from 255) = 32.37%

R = 37.23%
G = 30.4%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5C8D5 (or 0xF5C8D5) is known color: Pink Lace. HEX triplet: F5, C8 and D5. RGB value is (245,200,213). Sum of RGB (Red+Green+Blue) = 245+200+213=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8D5 is #0A372A. Grayscale: #D6D6D6. Windows color (decimal): -669483 or 14010613. OLE color: 14010613.

HSL color Cylindrical-coordinate representation of color #F5C8D5: hue angle of 342.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5C8D5 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 213 -
CMYK 0 0.18 0.13 0.04
HSL 342.67º 0.69% 0.87% -
HSV(B) 342.67º 0.18% 0.96% -
XYZ 70.32 65.53 71.89 -
YUV 214.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 245 200 213 0 0.18 0.13 0.04 342.67 0.69 0.87
Hex F5 C8 D5 0 12 D 4 157 45 57
Octal 365 310 325 0 22 15 4 527 105 127
Binary 11110101 11001000 11010101 0 10010 1101 100 101010111 1000101 1010111

Color Harmonies of #F5C8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8D5

Black with #F5C8D5

Text Example


Text Example

White with #F5C8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8D5; }

 p { color: rgb(245,200,213); }

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

background-color css

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

 a { background-color: rgb(245,200,213); }

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

border-color css

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

 span { border-color: rgb(245,200,213); }

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