Html Css Color HEX #FACDE2 Classic Rose

📋 copy color: '#FACDE2'

red 250 ◦ green 205 ◦ blue 226

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

Shades of Classic Rose #FACDE2

Tints of Classic Rose #FACDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.19%

R = 36.71%
G = 30.1%
B = 33.19%

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

#FACDE2 (or 0xFACDE2) is known color: Classic Rose. HEX triplet: FA, CD and E2. RGB value is (250,205,226). Sum of RGB (Red+Green+Blue) = 250+205+226=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDE2 is #05321D. Grayscale: #DCDCDC. Windows color (decimal): -340510 or 14863866. OLE color: 14863866.

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

Color convert

RGB 250 205 226 -
CMYK 0 0.18 0.10 0.02
HSL 332º 0.82% 0.89% -
HSV(B) 332º 0.18% 0.98% -
XYZ 74.98 69.48 81.41 -
YUV 220.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 250 205 226 0 0.18 0.10 0.02 332 0.82 0.89
Hex FA CD E2 0 12 A 2 14C 52 59
Octal 372 315 342 0 22 12 2 514 122 131
Binary 11111010 11001101 11100010 0 10010 1010 10 101001100 1010010 1011001

Color Harmonies of #FACDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDE2

Black with #FACDE2

Text Example


Text Example

White with #FACDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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