Html Css Color HEX #FACADF Classic Rose

📋 copy color: '#FACADF'

red 250 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #FACADF

Tints of Classic Rose #FACADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.04%

R = 37.04%
G = 29.93%
B = 33.04%

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

#FACADF (or 0xFACADF) is known color: Classic Rose. HEX triplet: FA, CA and DF. RGB value is (250,202,223). Sum of RGB (Red+Green+Blue) = 250+202+223=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADF is #053520. Grayscale: #DADADA. Windows color (decimal): -341281 or 14666490. OLE color: 14666490.

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

Color convert

RGB 250 202 223 -
CMYK 0 0.19 0.11 0.02
HSL 333.75º 0.83% 0.89% -
HSV(B) 333.75º 0.19% 0.98% -
XYZ 73.86 67.89 79.02 -
YUV 218.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 250 202 223 0 0.19 0.11 0.02 333.75 0.83 0.89
Hex FA CA DF 0 13 B 2 14E 53 59
Octal 372 312 337 0 23 13 2 516 123 131
Binary 11111010 11001010 11011111 0 10011 1011 10 101001110 1010011 1011001

Color Harmonies of #FACADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACADF

Black with #FACADF

Text Example


Text Example

White with #FACADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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