Html Css Color HEX #FAFFC0 Carla

📋 copy color: '#FAFFC0'

red 250 ◦ green 255 ◦ blue 192

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

Shades of Carla #FAFFC0

Tints of Carla #FAFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 36.59%

 BLUE value IS 192 (75.39% from 255) = 27.55%

R = 35.87%
G = 36.59%
B = 27.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FAFFC0 (or 0xFAFFC0) is known color: Carla. HEX triplet: FA, FF and C0. RGB value is (250,255,192). Sum of RGB (Red+Green+Blue) = 250+255+192=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 192 (75.39% from 255 or 27.55% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC0 is #05003F. Grayscale: #F6F6F6. Windows color (decimal): -327744 or 12648442. OLE color: 12648442.

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

Color convert

RGB 250 255 192 -
CMYK 0.02 0 0.25 0
HSL 64.76º 1% 0.88% -
HSV(B) 64.76º 0.25% 1% -
XYZ 84.7 95.65 63.87 -
YUV 246.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 250 255 192 0.02 0 0.25 0 64.76 1 0.88
Hex FA FF C0 2 0 19 0 41 64 58
Octal 372 377 300 2 0 31 0 101 144 130
Binary 11111010 11111111 11000000 10 0 11001 0 1000001 1100100 1011000

Color Harmonies of #FAFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFC0

Black with #FAFFC0

Text Example


Text Example

White with #FAFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFC0; }

 p { color: rgb(250,255,192); }

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

background-color css

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

 a { background-color: rgb(250,255,192); }

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

border-color css

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

 span { border-color: rgb(250,255,192); }

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