Html Css Color HEX #FACFE3 Classic Rose

📋 copy color: '#FACFE3'

red 250 ◦ green 207 ◦ blue 227

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

Shades of Classic Rose #FACFE3

Tints of Classic Rose #FACFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.19%

R = 36.55%
G = 30.26%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FACFE3 (or 0xFACFE3) is known color: Classic Rose. HEX triplet: FA, CF and E3. RGB value is (250,207,227). Sum of RGB (Red+Green+Blue) = 250+207+227=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFE3 is #05301C. Grayscale: #DEDEDE. Windows color (decimal): -339997 or 14929914. OLE color: 14929914.

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

Color convert

RGB 250 207 227 -
CMYK 0 0.17 0.09 0.02
HSL 332.09º 0.81% 0.9% -
HSV(B) 332.09º 0.17% 0.98% -
XYZ 75.6 70.5 82.3 -
YUV 222.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 250 207 227 0 0.17 0.09 0.02 332.09 0.81 0.9
Hex FA CF E3 0 11 9 2 14C 51 5A
Octal 372 317 343 0 21 11 2 514 121 132
Binary 11111010 11001111 11100011 0 10001 1001 10 101001100 1010001 1011010

Color Harmonies of #FACFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFE3

Black with #FACFE3

Text Example


Text Example

White with #FACFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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