Html Css Color HEX #FACDE1 Classic Rose

📋 copy color: '#FACDE1'

red 250 ◦ green 205 ◦ blue 225

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

Shades of Classic Rose #FACDE1

Tints of Classic Rose #FACDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.15%

 BLUE value IS 225 (88.28% from 255) = 33.09%

R = 36.76%
G = 30.15%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FACDE1 (or 0xFACDE1) is known color: Classic Rose. HEX triplet: FA, CD and E1. RGB value is (250,205,225). Sum of RGB (Red+Green+Blue) = 250+205+225=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDE1 is #05321E. Grayscale: #DCDCDC. Windows color (decimal): -340511 or 14798330. OLE color: 14798330.

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

Color convert

RGB 250 205 225 -
CMYK 0 0.18 0.10 0.02
HSL 333.33º 0.82% 0.89% -
HSV(B) 333.33º 0.18% 0.98% -
XYZ 74.85 69.42 80.69 -
YUV 220.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 250 205 225 0 0.18 0.10 0.02 333.33 0.82 0.89
Hex FA CD E1 0 12 A 2 14D 52 59
Octal 372 315 341 0 22 12 2 515 122 131
Binary 11111010 11001101 11100001 0 10010 1010 10 101001101 1010010 1011001

Color Harmonies of #FACDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDE1

Black with #FACDE1

Text Example


Text Example

White with #FACDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDE1; }

 p { color: rgb(250,205,225); }

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

background-color css

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

 a { background-color: rgb(250,205,225); }

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

border-color css

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

 span { border-color: rgb(250,205,225); }

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