Html Css Color HEX #FACFE5 Classic Rose

📋 copy color: '#FACFE5'

red 250 ◦ green 207 ◦ blue 229

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

Shades of Classic Rose #FACFE5

Tints of Classic Rose #FACFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.17%

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

R = 36.44%
G = 30.17%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACFE5 (or 0xFACFE5) is known color: Classic Rose. HEX triplet: FA, CF and E5. RGB value is (250,207,229). Sum of RGB (Red+Green+Blue) = 250+207+229=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFE5 is #05301A. Grayscale: #DEDEDE. Windows color (decimal): -339995 or 15060986. OLE color: 15060986.

HSL color Cylindrical-coordinate representation of color #FACFE5: hue angle of 329.3º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFE5 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 229 -
CMYK 0 0.17 0.08 0.02
HSL 329.3º 0.81% 0.9% -
HSV(B) 329.3º 0.17% 0.98% -
XYZ 75.88 70.61 83.76 -
YUV 222.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 250 207 229 0 0.17 0.08 0.02 329.3 0.81 0.9
Hex FA CF E5 0 11 8 2 149 51 5A
Octal 372 317 345 0 21 10 2 511 121 132
Binary 11111010 11001111 11100101 0 10001 1000 10 101001001 1010001 1011010

Color Harmonies of #FACFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFE5

Black with #FACFE5

Text Example


Text Example

White with #FACFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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