Html Css Color HEX #FACADD Classic Rose

📋 copy color: '#FACADD'

red 250 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #FACADD

Tints of Classic Rose #FACADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.84%

R = 37.15%
G = 30.01%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FACADD (or 0xFACADD) is known color: Classic Rose. HEX triplet: FA, CA and DD. RGB value is (250,202,221). Sum of RGB (Red+Green+Blue) = 250+202+221=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADD is #053522. Grayscale: #DADADA. Windows color (decimal): -341283 or 14535418. OLE color: 14535418.

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

Color convert

RGB 250 202 221 -
CMYK 0 0.19 0.12 0.02
HSL 336.25º 0.83% 0.89% -
HSV(B) 336.25º 0.19% 0.98% -
XYZ 73.6 67.79 77.61 -
YUV 218.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 250 202 221 0 0.19 0.12 0.02 336.25 0.83 0.89
Hex FA CA DD 0 13 C 2 150 53 59
Octal 372 312 335 0 23 14 2 520 123 131
Binary 11111010 11001010 11011101 0 10011 1100 10 101010000 1010011 1011001

Color Harmonies of #FACADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACADD

Black with #FACADD

Text Example


Text Example

White with #FACADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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