Html Css Color HEX #F5C8D3 Pink Lace

📋 copy color: '#F5C8D3'

red 245 ◦ green 200 ◦ blue 211

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

Shades of Pink Lace #F5C8D3

Tints of Pink Lace #F5C8D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.16%

R = 37.35%
G = 30.49%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5C8D3 (or 0xF5C8D3) is known color: Pink Lace. HEX triplet: F5, C8 and D3. RGB value is (245,200,211). Sum of RGB (Red+Green+Blue) = 245+200+211=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8D3 is #0A372C. Grayscale: #D6D6D6. Windows color (decimal): -669485 or 13879541. OLE color: 13879541.

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

Color convert

RGB 245 200 211 -
CMYK 0 0.18 0.14 0.04
HSL 345.33º 0.69% 0.87% -
HSV(B) 345.33º 0.18% 0.96% -
XYZ 70.07 65.42 70.56 -
YUV 214.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 245 200 211 0 0.18 0.14 0.04 345.33 0.69 0.87
Hex F5 C8 D3 0 12 E 4 159 45 57
Octal 365 310 323 0 22 16 4 531 105 127
Binary 11110101 11001000 11010011 0 10010 1110 100 101011001 1000101 1010111

Color Harmonies of #F5C8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8D3

Black with #F5C8D3

Text Example


Text Example

White with #F5C8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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