Html Css Color HEX #F5CBD6 Pink Lace

📋 copy color: '#F5CBD6'

red 245 ◦ green 203 ◦ blue 214

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

Shades of Pink Lace #F5CBD6

Tints of Pink Lace #F5CBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.33%

R = 37.01%
G = 30.66%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5CBD6 (or 0xF5CBD6) is known color: Pink Lace. HEX triplet: F5, CB and D6. RGB value is (245,203,214). Sum of RGB (Red+Green+Blue) = 245+203+214=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBD6 is #0A3429. Grayscale: #D8D8D8. Windows color (decimal): -668714 or 14076917. OLE color: 14076917.

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

Color convert

RGB 245 203 214 -
CMYK 0 0.17 0.13 0.04
HSL 344.29º 0.68% 0.88% -
HSV(B) 344.29º 0.17% 0.96% -
XYZ 71.15 66.98 72.8 -
YUV 216.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 245 203 214 0 0.17 0.13 0.04 344.29 0.68 0.88
Hex F5 CB D6 0 11 D 4 158 44 58
Octal 365 313 326 0 21 15 4 530 104 130
Binary 11110101 11001011 11010110 0 10001 1101 100 101011000 1000100 1011000

Color Harmonies of #F5CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBD6

Black with #F5CBD6

Text Example


Text Example

White with #F5CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBD6; }

 p { color: rgb(245,203,214); }

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

background-color css

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

 a { background-color: rgb(245,203,214); }

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

border-color css

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

 span { border-color: rgb(245,203,214); }

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