Html Css Color HEX #F3CBD0 Pink Lace

📋 copy color: '#F3CBD0'

red 243 ◦ green 203 ◦ blue 208

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

Shades of Pink Lace #F3CBD0

Tints of Pink Lace #F3CBD0

RGB

 RED value IS 243 (95.31% from 255) = 37.16%

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

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 37.16%
G = 31.04%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3CBD0 (or 0xF3CBD0) is known color: Pink Lace. HEX triplet: F3, CB and D0. RGB value is (243,203,208). Sum of RGB (Red+Green+Blue) = 243+203+208=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBD0 is #0C342F. Grayscale: #D7D7D7. Windows color (decimal): -799792 or 13683699. OLE color: 13683699.

HSL color Cylindrical-coordinate representation of color #F3CBD0: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CBD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 203 208 -
CMYK 0 0.16 0.14 0.05
HSL 352.5º 0.63% 0.87% -
HSV(B) 352.5º 0.16% 0.95% -
XYZ 69.7 66.32 68.8 -
YUV 215.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 243 203 208 0 0.16 0.14 0.05 352.5 0.63 0.87
Hex F3 CB D0 0 10 E 5 160 3E 57
Octal 363 313 320 0 20 16 5 540 76 127
Binary 11110011 11001011 11010000 0 10000 1110 101 101100000 111110 1010111

Color Harmonies of #F3CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CBD0

Black with #F3CBD0

Text Example


Text Example

White with #F3CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CBD0; }

 p { color: rgb(243,203,208); }

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

background-color css

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

 a { background-color: rgb(243,203,208); }

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

border-color css

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

 span { border-color: rgb(243,203,208); }

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