Html Css Color HEX #FACADA Pink Lace

📋 copy color: '#FACADA'

red 250 ◦ green 202 ◦ blue 218

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

Shades of Pink Lace #FACADA

Tints of Pink Lace #FACADA

RGB

 RED value IS 250 (98.05% from 255) = 37.31%

 GREEN value IS 202 (79.3% from 255) = 30.15%

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 37.31%
G = 30.15%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FACADA (or 0xFACADA) is known color: Pink Lace. HEX triplet: FA, CA and DA. RGB value is (250,202,218). Sum of RGB (Red+Green+Blue) = 250+202+218=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADA is #053525. Grayscale: #DADADA. Windows color (decimal): -341286 or 14338810. OLE color: 14338810.

HSL color Cylindrical-coordinate representation of color #FACADA: hue angle of 340º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACADA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 218 -
CMYK 0 0.19 0.13 0.02
HSL 340º 0.83% 0.89% -
HSV(B) 340º 0.19% 0.98% -
XYZ 73.2 67.63 75.52 -
YUV 218.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 250 202 218 0 0.19 0.13 0.02 340 0.83 0.89
Hex FA CA DA 0 13 D 2 154 53 59
Octal 372 312 332 0 23 15 2 524 123 131
Binary 11111010 11001010 11011010 0 10011 1101 10 101010100 1010011 1011001

Color Harmonies of #FACADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACADA

Black with #FACADA

Text Example


Text Example

White with #FACADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACADA; }

 p { color: rgb(250,202,218); }

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

background-color css

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

 a { background-color: rgb(250,202,218); }

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

border-color css

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

 span { border-color: rgb(250,202,218); }

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