Html Css Color HEX #FACDEE Classic Rose

📋 copy color: '#FACDEE'

red 250 ◦ green 205 ◦ blue 238

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

Shades of Classic Rose #FACDEE

Tints of Classic Rose #FACDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.34%

R = 36.08%
G = 29.58%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FACDEE (or 0xFACDEE) is known color: Classic Rose. HEX triplet: FA, CD and EE. RGB value is (250,205,238). Sum of RGB (Red+Green+Blue) = 250+205+238=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDEE is #053211. Grayscale: #DEDEDE. Windows color (decimal): -340498 or 15650298. OLE color: 15650298.

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

Color convert

RGB 250 205 238 -
CMYK 0 0.18 0.05 0.02
HSL 316º 0.82% 0.89% -
HSV(B) 316º 0.18% 0.98% -
XYZ 76.69 70.16 90.39 -
YUV 222.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 250 205 238 0 0.18 0.05 0.02 316 0.82 0.89
Hex FA CD EE 0 12 5 2 13C 52 59
Octal 372 315 356 0 22 5 2 474 122 131
Binary 11111010 11001101 11101110 0 10010 101 10 100111100 1010010 1011001

Color Harmonies of #FACDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDEE

Black with #FACDEE

Text Example


Text Example

White with #FACDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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