Html Css Color HEX #FACFE7 Classic Rose

📋 copy color: '#FACFE7'

red 250 ◦ green 207 ◦ blue 231

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

Shades of Classic Rose #FACFE7

Tints of Classic Rose #FACFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.58%

R = 36.34%
G = 30.09%
B = 33.58%

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

#FACFE7 (or 0xFACFE7) is known color: Classic Rose. HEX triplet: FA, CF and E7. RGB value is (250,207,231). Sum of RGB (Red+Green+Blue) = 250+207+231=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE7 is #053018. Grayscale: #DEDEDE. Windows color (decimal): -339993 or 15192058. OLE color: 15192058.

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

Color convert

RGB 250 207 231 -
CMYK 0 0.17 0.08 0.02
HSL 326.51º 0.81% 0.9% -
HSV(B) 326.51º 0.17% 0.98% -
XYZ 76.16 70.72 85.24 -
YUV 222.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 250 207 231 0 0.17 0.08 0.02 326.51 0.81 0.9
Hex FA CF E7 0 11 8 2 147 51 5A
Octal 372 317 347 0 21 10 2 507 121 132
Binary 11111010 11001111 11100111 0 10001 1000 10 101000111 1010001 1011010

Color Harmonies of #FACFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFE7

Black with #FACFE7

Text Example


Text Example

White with #FACFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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