Html Css Color HEX #FACDE5 Classic Rose

📋 copy color: '#FACDE5'

red 250 ◦ green 205 ◦ blue 229

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

Shades of Classic Rose #FACDE5

Tints of Classic Rose #FACDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 36.55%
G = 29.97%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACDE5 (or 0xFACDE5) is known color: Classic Rose. HEX triplet: FA, CD and E5. RGB value is (250,205,229). Sum of RGB (Red+Green+Blue) = 250+205+229=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDE5 is #05321A. Grayscale: #DDDDDD. Windows color (decimal): -340507 or 15060474. OLE color: 15060474.

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

Color convert

RGB 250 205 229 -
CMYK 0 0.18 0.08 0.02
HSL 328º 0.82% 0.89% -
HSV(B) 328º 0.18% 0.98% -
XYZ 75.4 69.64 83.6 -
YUV 221.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 250 205 229 0 0.18 0.08 0.02 328 0.82 0.89
Hex FA CD E5 0 12 8 2 148 52 59
Octal 372 315 345 0 22 10 2 510 122 131
Binary 11111010 11001101 11100101 0 10010 1000 10 101001000 1010010 1011001

Color Harmonies of #FACDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDE5

Black with #FACDE5

Text Example


Text Example

White with #FACDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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