Html Css Color HEX #FAC3EE Classic Rose

📋 copy color: '#FAC3EE'

red 250 ◦ green 195 ◦ blue 238

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

Shades of Classic Rose #FAC3EE

Tints of Classic Rose #FAC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.55%

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

R = 36.6%
G = 28.55%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAC3EE (or 0xFAC3EE) is known color: Classic Rose. HEX triplet: FA, C3 and EE. RGB value is (250,195,238). Sum of RGB (Red+Green+Blue) = 250+195+238=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3EE is #053C11. Grayscale: #D8D8D8. Windows color (decimal): -343058 or 15647738. OLE color: 15647738.

HSL color Cylindrical-coordinate representation of color #FAC3EE: hue angle of 313.09º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3EE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 238 -
CMYK 0 0.22 0.05 0.02
HSL 313.09º 0.85% 0.87% -
HSV(B) 313.09º 0.22% 0.98% -
XYZ 74.37 65.53 89.62 -
YUV 216.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 250 195 238 0 0.22 0.05 0.02 313.09 0.85 0.87
Hex FA C3 EE 0 16 5 2 139 55 57
Octal 372 303 356 0 26 5 2 471 125 127
Binary 11111010 11000011 11101110 0 10110 101 10 100111001 1010101 1010111

Color Harmonies of #FAC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3EE

Black with #FAC3EE

Text Example


Text Example

White with #FAC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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