Html Css Color HEX #F5C8CF Pink Lace

📋 copy color: '#F5C8CF'

red 245 ◦ green 200 ◦ blue 207

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

Shades of Pink Lace #F5C8CF

Tints of Pink Lace #F5C8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 37.58%
G = 30.67%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5C8CF (or 0xF5C8CF) is known color: Pink Lace. HEX triplet: F5, C8 and CF. RGB value is (245,200,207). Sum of RGB (Red+Green+Blue) = 245+200+207=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8CF is #0A3730. Grayscale: #D6D6D6. Windows color (decimal): -669489 or 13617397. OLE color: 13617397.

HSL color Cylindrical-coordinate representation of color #F5C8CF: hue angle of 350.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 #F5C8CF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 207 -
CMYK 0 0.18 0.16 0.04
HSL 350.67º 0.69% 0.87% -
HSV(B) 350.67º 0.18% 0.96% -
XYZ 69.57 65.23 67.95 -
YUV 214.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 245 200 207 0 0.18 0.16 0.04 350.67 0.69 0.87
Hex F5 C8 CF 0 12 10 4 15F 45 57
Octal 365 310 317 0 22 20 4 537 105 127
Binary 11110101 11001000 11001111 0 10010 10000 100 101011111 1000101 1010111

Color Harmonies of #F5C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8CF

Black with #F5C8CF

Text Example


Text Example

White with #F5C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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