Html Css Color HEX #FACADE Classic Rose

📋 copy color: '#FACADE'

red 250 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #FACADE

Tints of Classic Rose #FACADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.94%

R = 37.09%
G = 29.97%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FACADE (or 0xFACADE) is known color: Classic Rose. HEX triplet: FA, CA and DE. RGB value is (250,202,222). Sum of RGB (Red+Green+Blue) = 250+202+222=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADE is #053521. Grayscale: #DADADA. Windows color (decimal): -341282 or 14600954. OLE color: 14600954.

HSL color Cylindrical-coordinate representation of color #FACADE: hue angle of 335º 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 #FACADE is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 222 -
CMYK 0 0.19 0.11 0.02
HSL 335º 0.83% 0.89% -
HSV(B) 335º 0.19% 0.98% -
XYZ 73.73 67.84 78.32 -
YUV 218.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 250 202 222 0 0.19 0.11 0.02 335 0.83 0.89
Hex FA CA DE 0 13 B 2 14F 53 59
Octal 372 312 336 0 23 13 2 517 123 131
Binary 11111010 11001010 11011110 0 10011 1011 10 101001111 1010011 1011001

Color Harmonies of #FACADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACADE

Black with #FACADE

Text Example


Text Example

White with #FACADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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