Html Css Color HEX #FABCE6 Classic Rose

📋 copy color: '#FABCE6'

red 250 ◦ green 188 ◦ blue 230

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

Shades of Classic Rose #FABCE6

Tints of Classic Rose #FABCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.14%

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 37.43%
G = 28.14%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FABCE6 (or 0xFABCE6) is known color: Classic Rose. HEX triplet: FA, BC and E6. RGB value is (250,188,230). Sum of RGB (Red+Green+Blue) = 250+188+230=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCE6 is #054319. Grayscale: #D3D3D3. Windows color (decimal): -344858 or 15121658. OLE color: 15121658.

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

Color convert

RGB 250 188 230 -
CMYK 0 0.25 0.08 0.02
HSL 319.35º 0.86% 0.86% -
HSV(B) 319.35º 0.25% 0.98% -
XYZ 71.69 62 83.05 -
YUV 211.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 250 188 230 0 0.25 0.08 0.02 319.35 0.86 0.86
Hex FA BC E6 0 19 8 2 13F 56 56
Octal 372 274 346 0 31 10 2 477 126 126
Binary 11111010 10111100 11100110 0 11001 1000 10 100111111 1010110 1010110

Color Harmonies of #FABCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCE6

Black with #FABCE6

Text Example


Text Example

White with #FABCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCE6; }

 p { color: rgb(250,188,230); }

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

background-color css

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

 a { background-color: rgb(250,188,230); }

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

border-color css

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

 span { border-color: rgb(250,188,230); }

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